[arch-commits] Commit in python-service-identity/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Dec 14 10:40:31 UTC 2021


    Date: Tuesday, December 14, 2021 @ 10:40:31
  Author: arojas
Revision: 432516

archrelease: copy trunk to extra-any

Added:
  python-service-identity/repos/extra-any/PKGBUILD
    (from rev 432515, python-service-identity/trunk/PKGBUILD)
Deleted:
  python-service-identity/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 10:40:22 UTC (rev 432515)
+++ PKGBUILD	2021-12-14 10:40:31 UTC (rev 432516)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-service-identity
-pkgver=21.1.0
-pkgrel=3
-pkgdesc="Service identity verification for pyOpenSSL"
-arch=('any')
-license=('MIT')
-url="https://pypi.python.org/pypi/service_identity"
-depends=('python-attrs' 'python-pyasn1-modules' 'python-pyasn1' 'python-cryptography' 'python-six')
-makedepends=('python-setuptools' 'python-idna')
-checkdepends=('python-pytest-runner')
-optdepends=('python-idna: for Internationalized Domain Names support')
-source=("https://github.com/pyca/service-identity/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461')
-
-build() {
-  cd service-identity-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd service-identity-$pkgver
-  python setup.py pytest
-}
- 
-package() {
-  cd service-identity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-service-identity/repos/extra-any/PKGBUILD (from rev 432515, python-service-identity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-14 10:40:31 UTC (rev 432516)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-service-identity
+pkgver=21.1.0
+pkgrel=4
+pkgdesc="Service identity verification for pyOpenSSL"
+arch=('any')
+license=('MIT')
+url="https://pypi.python.org/pypi/service_identity"
+depends=('python-attrs' 'python-pyasn1-modules' 'python-pyasn1' 'python-cryptography' 'python-six')
+makedepends=('python-setuptools' 'python-idna')
+checkdepends=('python-pytest-runner')
+optdepends=('python-idna: for Internationalized Domain Names support')
+replaces=('python-service_identity')
+source=("https://github.com/pyca/service-identity/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461')
+
+build() {
+  cd service-identity-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd service-identity-$pkgver
+  python setup.py pytest
+}
+ 
+package() {
+  cd service-identity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list