[arch-commits] Commit in python-pycares/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Oct 19 00:43:21 UTC 2021


    Date: Tuesday, October 19, 2021 @ 00:43:21
  Author: polyzen
Revision: 1030932

archrelease: copy trunk to community-x86_64

Added:
  python-pycares/repos/community-x86_64/PKGBUILD
    (from rev 1030931, python-pycares/trunk/PKGBUILD)
Deleted:
  python-pycares/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-19 00:43:02 UTC (rev 1030931)
+++ PKGBUILD	2021-10-19 00:43:21 UTC (rev 1030932)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=python-pycares
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Python interface for c-ares'
-arch=('x86_64')
-url=https://github.com/saghul/pycares
-license=('MIT')
-depends=('c-ares' 'python-cffi')
-makedepends=('python-setuptools')
-#checkdepends=('python-idna')
-optdepends=('python-idna')
-source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
-sha256sums=('d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd')
-b2sums=('cf83efcd3b7f0c32dfd013c4211ae0bce2cbc8cfa49f295239f315b3217d17c2cf1f6e491c41b4b3ca4de8762405f560a62d1ef6252b961bc94fed2253b6a632')
-
-build() {
-  cd pycares-$pkgver
-  PYCARES_USE_SYSTEM_LIB=1 python setup.py build
-}
-
-# Test failures: test_custom_resolvconf, test_getaddrinfo{,2..4},
-#                gethostbyaddr{,6}, gethostbyname{,_small_timeout},
-#                test_getnameinfo
-#check() {
-#  cd pycares-$pkgver
-#  mkdir -p temp
-#  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
-#  python setup.py install --skip-build --root=temp
-#  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" python tests/tests.py
-#}
-
-package() {
-  cd pycares-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pycares/repos/community-x86_64/PKGBUILD (from rev 1030931, python-pycares/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-19 00:43:21 UTC (rev 1030932)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=python-pycares
+pkgver=4.1.2
+pkgrel=1
+pkgdesc='Python interface for c-ares'
+arch=('x86_64')
+url=https://github.com/saghul/pycares
+license=('MIT')
+depends=('c-ares' 'python-cffi')
+makedepends=('python-setuptools')
+#checkdepends=('python-idna')
+optdepends=('python-idna')
+source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
+sha256sums=('03490be0e7b51a0c8073f877bec347eff31003f64f57d9518d419d9369452837')
+b2sums=('0996030aa19aac737a7d1e98561bc4b99d6e99c97e989a823b4e4222de895e8fcf49bbfa76e39cfe59a39394c64f8f60e3da1b157cd3a62d4e2f1e8e71607f59')
+
+build() {
+  cd pycares-$pkgver
+  PYCARES_USE_SYSTEM_LIB=1 python setup.py build
+}
+
+# Test failures: test_custom_resolvconf, test_getaddrinfo{,2..4},
+#                gethostbyaddr{,6}, gethostbyname{,_small_timeout},
+#                test_getnameinfo
+#check() {
+#  cd pycares-$pkgver
+#  mkdir -p temp
+#  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
+#  python setup.py install --root=temp --optimize=1 --skip-build
+#  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" python tests/tests.py
+#}
+
+package() {
+  cd pycares-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list