[arch-commits] Commit in python-constantly/repos/staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:32:32 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:32:32
  Author: foutrelis
Revision: 430159

archrelease: copy trunk to staging-any

Added:
  python-constantly/repos/staging-any/PKGBUILD
    (from rev 430158, python-constantly/trunk/PKGBUILD)
Deleted:
  python-constantly/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:32:29 UTC (rev 430158)
+++ PKGBUILD	2021-12-01 21:32:32 UTC (rev 430159)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-constantly
-pkgver=15.1.0
-pkgrel=10
-pkgdesc='Symbolic constants in Python'
-arch=('any')
-license=('MIT')
-url='https://github.com/twisted/constantly'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-twisted')
-source=("https://github.com/twisted/constantly/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce')
-
-build() {
-  cd constantly-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd constantly-$pkgver
-  python setup.py ptr
-}
-
-package() {
-  cd constantly-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-constantly/repos/staging-any/PKGBUILD (from rev 430158, python-constantly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:32:32 UTC (rev 430159)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-constantly
+pkgver=15.1.0
+pkgrel=11
+pkgdesc='Symbolic constants in Python'
+arch=('any')
+license=('MIT')
+url='https://github.com/twisted/constantly'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-twisted')
+source=("https://github.com/twisted/constantly/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce')
+
+build() {
+  cd constantly-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd constantly-$pkgver
+  python setup.py ptr
+}
+
+package() {
+  cd constantly-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list