[arch-commits] Commit in python-rfc6555/repos/staging-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Dec 3 22:29:04 UTC 2021
Date: Friday, December 3, 2021 @ 22:29:04
Author: foxboron
Revision: 1064905
archrelease: copy trunk to staging-any
Added:
python-rfc6555/repos/staging-any/PKGBUILD
(from rev 1064904, python-rfc6555/trunk/PKGBUILD)
Deleted:
python-rfc6555/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 22:25:49 UTC (rev 1064904)
+++ PKGBUILD 2021-12-03 22:29:04 UTC (rev 1064905)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: python-rfc6555/repos/staging-any/PKGBUILD (from rev 1064904, python-rfc6555/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 22:29:04 UTC (rev 1064905)
@@ -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