[arch-commits] Commit in python-sentinels/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Nov 11 10:34:10 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:34:09
  Author: felixonmars
Revision: 750116

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:34:07 UTC (rev 750115)
+++ PKGBUILD	2020-11-11 10:34:09 UTC (rev 750116)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sentinels
-pkgver=1.0.0
-pkgrel=5
-pkgdesc="Various objects to denote special meanings in python"
-url="https://github.com/vmalloc/sentinels"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz")
-sha512sums=('80f5bc13eb902f7e8cba5a227eae3c92187d4d3203493e3e507998338c726985fe3b121e352a4235d5975bf19c3643b8120c1d15756768c268406689c2fc5489')
-
-build() {
-  cd "$srcdir"/sentinels-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/sentinels-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd sentinels-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sentinels/repos/community-staging-any/PKGBUILD (from rev 750112, python-sentinels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:34:09 UTC (rev 750116)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sentinels
+pkgver=1.0.0
+pkgrel=6
+pkgdesc="Various objects to denote special meanings in python"
+url="https://github.com/vmalloc/sentinels"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz")
+sha512sums=('80f5bc13eb902f7e8cba5a227eae3c92187d4d3203493e3e507998338c726985fe3b121e352a4235d5975bf19c3643b8120c1d15756768c268406689c2fc5489')
+
+build() {
+  cd "$srcdir"/sentinels-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/sentinels-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd sentinels-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list