Date: Monday, April 10, 2023 @ 12:26:58
  Author: felixonmars
Revision: 1444275

archrelease: copy trunk to community-staging-any

Added:
  python-cppy/repos/community-staging-any/PKGBUILD
    (from rev 1444274, python-cppy/trunk/PKGBUILD)
Deleted:
  python-cppy/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:26:50 UTC (rev 1444274)
+++ PKGBUILD    2023-04-10 12:26:58 UTC (rev 1444275)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-cppy
-pkgver=1.2.1
-_commit=13a67972ca9063951440c911270f204aa7fe631a
-pkgrel=5
-pkgdesc="A collection of C++ headers which make it easier to write Python C 
extension modules"
-url="https://github.com/nucleic/cppy";
-license=('BSD')
-arch=('any')
-# cppy/__init__.py uses setuptools
-depends=('python-setuptools')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest')
-source=("git+https://github.com/nucleic/cppy.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd cppy
-  python -m build -wn
-}
-
-check() {
-  cd cppy
-  python -m pytest
-}
-
-package() {
-  cd cppy
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cppy/repos/community-staging-any/PKGBUILD (from rev 1444274, 
python-cppy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:26:58 UTC (rev 1444275)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-cppy
+pkgver=1.2.1
+_commit=13a67972ca9063951440c911270f204aa7fe631a
+pkgrel=6
+pkgdesc="A collection of C++ headers which make it easier to write Python C 
extension modules"
+url="https://github.com/nucleic/cppy";
+license=('BSD')
+arch=('any')
+# cppy/__init__.py uses setuptools
+depends=('python-setuptools')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest')
+source=("git+https://github.com/nucleic/cppy.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd cppy
+  python -m build -wn
+}
+
+check() {
+  cd cppy
+  python -m pytest
+}
+
+package() {
+  cd cppy
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to