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

Morten Linderud foxboron at gemini.archlinux.org
Fri Dec 3 22:29:45 UTC 2021


    Date: Friday, December 3, 2021 @ 22:29:45
  Author: foxboron
Revision: 1064906

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 22:29:04 UTC (rev 1064905)
+++ PKGBUILD	2021-12-03 22:29:45 UTC (rev 1064906)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=python-rfc6555
-pkgver=0.0.0
-pkgrel=6
-arch=('any')
-url="https://pypi.org/project/rfc6555/"
-license=('Apache')
-pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in RFC 6555."
-depends=('python' 'python-selectors2')
-makedepends=('python-setuptools')
-checkdepends=('python-tox')
-source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/rfc6555-$pkgver.tar.gz)
-sha256sums=('191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217')
-
-# failing for now
-# check() {
-#   cd "${srcdir}/rfc6555-${pkgver}"
-#   tox3
-# 
-#   cd "${srcdir}/rfc6555-${pkgver}-2"
-#   tox2
-# }
-
-package() {
-  cd "${srcdir}/rfc6555-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-rfc6555/repos/community-staging-any/PKGBUILD (from rev 1064905, python-rfc6555/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 22:29:45 UTC (rev 1064906)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=python-rfc6555
+pkgver=0.1.0
+pkgrel=1
+arch=('any')
+url="https://pypi.org/project/rfc6555/"
+license=('Apache')
+pkgdesc="Python implementation of the Happy Eyeballs Algorithm described in RFC 6555."
+depends=('python')
+makedepends=('python-setuptools')
+#checkdepends=('python-tox')
+source=("https://pypi.io/packages/source/r/rfc6555/rfc6555-$pkgver.tar.gz")
+sha256sums=('123905b8f68e2bec0c15f321998a262b27e2eaadea29a28bd270021ada411b67')
+
+build() {
+  cd rfc6555-${pkgver}
+  python setup.py build
+}
+
+# failing for now
+# check() {
+#   cd "${srcdir}/rfc6555-${pkgver}"
+#   tox
+# }
+
+package() {
+  cd rfc6555-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list