[arch-commits] Commit in python-cppy/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Apr 1 23:41:25 UTC 2022


    Date: Friday, April 1, 2022 @ 23:41:25
  Author: felixonmars
Revision: 1180737

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-01 23:41:14 UTC (rev 1180736)
+++ PKGBUILD	2022-04-01 23:41:25 UTC (rev 1180737)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cppy
-pkgver=1.2.0
-pkgrel=1
-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')
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("https://github.com/nucleic/cppy/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6a7c67094784a954794f1c665ff3bbba2d597e2f1f202196203ad883a10aea11d972771ff6d22b0b244ecee274bf10a989624815aeb527cff6a5463889b761db')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd cppy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cppy-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd cppy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cppy/repos/community-any/PKGBUILD (from rev 1180736, python-cppy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-01 23:41:25 UTC (rev 1180737)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cppy
+pkgver=1.2.1
+pkgrel=1
+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')
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://github.com/nucleic/cppy/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f6493830a8a66f52fff7c592db9d255fd7178ba320faee6a96258f29b6f299ffeca83f001650390b05c1037eb1350b0bd4da701d77a7bcb1a1babc108b7b8f97')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd cppy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cppy-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd cppy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list