[arch-commits] Commit in python-idna/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 21 23:52:57 UTC 2021


    Date: Sunday, March 21, 2021 @ 23:52:57
  Author: felixonmars
Revision: 410671

archrelease: copy trunk to testing-any

Added:
  python-idna/repos/testing-any/PKGBUILD
    (from rev 410670, python-idna/trunk/PKGBUILD)
Deleted:
  python-idna/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 23:52:45 UTC (rev 410670)
+++ PKGBUILD	2021-03-21 23:52:57 UTC (rev 410671)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-idna
-pkgver=3.0
-pkgrel=1
-pkgdesc="Internationalized Domain Names in Applications (IDNA)"
-arch=('any')
-license=('BSD')
-url="https://github.com/kjd/idna"
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/i/idna/idna-$pkgver.tar.gz")
-sha512sums=('2ed384e75fb3d873a19c6ee49915a48a757b3617227015f92f5e21b130cf30816ce3abf25d9ffd8931e080e645416fb0551b1be18a2d0233e02bce2e4b6556f3')
-
-prepare() {
-   rm -r idna-$pkgver/*.egg-info
-}
-
-build() {
-   cd idna-$pkgver
-   python setup.py build
-}
-
-check() {
-   cd idna-$pkgver
-   python setup.py test
-}
- 
-package() {
-   cd idna-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   #install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-idna/repos/testing-any/PKGBUILD (from rev 410670, python-idna/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 23:52:57 UTC (rev 410671)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-idna
+pkgver=3.1
+pkgrel=1
+pkgdesc="Internationalized Domain Names in Applications (IDNA)"
+arch=('any')
+license=('BSD')
+url="https://github.com/kjd/idna"
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/i/idna/idna-$pkgver.tar.gz")
+sha512sums=('23c02520d00a99855d552a9b9def529f0baeec7d27e8036c544dd654ade15243fd5c9e5ad02e73b83a9ca3bb335ab2584233d17345a6a5e6d5ac089e8ac81e8a')
+
+prepare() {
+   rm -r idna-$pkgver/*.egg-info
+}
+
+build() {
+   cd idna-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd idna-$pkgver
+   python setup.py test
+}
+ 
+package() {
+   cd idna-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   #install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list