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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:04:25 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:04:25
  Author: felixonmars
Revision: 430271

archrelease: copy trunk to staging-any

Added:
  python-pyasn1-modules/repos/staging-any/PKGBUILD
    (from rev 430269, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/staging-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:04:24 UTC (rev 430270)
+++ PKGBUILD	2021-12-02 12:04:25 UTC (rev 430271)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pyasn1-modules
-pkgver=0.2.8
-pkgrel=5
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="https://pypi.python.org/pypi/pyasn1-modules"
-depends=('python-pyasn1')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz")
-sha512sums=('fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b')
-
-build() {
-  cd pyasn1-modules-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pyasn1-modules-$pkgver
-  PYTHONPATH=. python tests/__main__.py
-}
-
-package() {
-  cd pyasn1-modules-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pyasn1-modules/repos/staging-any/PKGBUILD (from rev 430269, python-pyasn1-modules/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:04:25 UTC (rev 430271)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyasn1-modules
+pkgver=0.2.8
+pkgrel=6
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="https://pypi.python.org/pypi/pyasn1-modules"
+depends=('python-pyasn1')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz")
+sha512sums=('fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b')
+
+build() {
+  cd pyasn1-modules-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+}
+
+package() {
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list