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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:44:39 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:44:39
  Author: felixonmars
Revision: 1061074

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:44:36 UTC (rev 1061073)
+++ PKGBUILD	2021-12-01 21:44:39 UTC (rev 1061074)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-rfc3986
-pkgver=1.5.0
-pkgrel=2
-pkgdesc="Validating URI References per RFC 3986"
-arch=('any')
-license=('Apache')
-url="https://rfc3986.readthedocs.org/"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz")
-sha512sums=('b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2')
-
-build() {
-  cd rfc3986-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd rfc3986-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd rfc3986-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-rfc3986/repos/community-staging-any/PKGBUILD (from rev 1061073, python-rfc3986/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:44:39 UTC (rev 1061074)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-rfc3986
+pkgver=1.5.0
+pkgrel=3
+pkgdesc="Validating URI References per RFC 3986"
+arch=('any')
+license=('Apache')
+url="https://rfc3986.readthedocs.org/"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz")
+sha512sums=('b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2')
+
+build() {
+  cd rfc3986-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd rfc3986-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd rfc3986-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list