[arch-commits] Commit in python-idna_ssl/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 6 14:14:55 UTC 2018


    Date: Friday, July 6, 2018 @ 14:14:55
  Author: svenstaro
Revision: 353684

archrelease: copy trunk to community-any

Added:
  python-idna_ssl/repos/community-any/PKGBUILD
    (from rev 353683, python-idna_ssl/trunk/PKGBUILD)
Deleted:
  python-idna_ssl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-06 14:14:47 UTC (rev 353683)
+++ PKGBUILD	2018-07-06 14:14:55 UTC (rev 353684)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=python-idna_ssl
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Patch ssl.match_hostname for Unicode(idna_ssl) domains support"
-arch=('any')
-license=('MIT')
-url="https://github.com/aio-libs/idna_ssl"
-depends=('python' 'python-idna')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}.tar.gz")
-sha512sums=('04605ec681ca20a79cb928308d8f863e08973362cd59ba8cf00b010af3433805188269a3c1c7351b14c3ce924fd74eb706a660dece828232ce448247fd0cdf96')
-
-build() {
-  cd "$srcdir"/idna-ssl-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/idna-ssl-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd idna-ssl-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-idna_ssl/repos/community-any/PKGBUILD (from rev 353683, python-idna_ssl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-06 14:14:55 UTC (rev 353684)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=python-idna_ssl
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Patch ssl.match_hostname for Unicode(idna_ssl) domains support"
+arch=('any')
+license=('MIT')
+url="https://github.com/aio-libs/idna_ssl"
+depends=('python' 'python-idna')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/aio-libs/idna-ssl/archive/v${pkgver}.tar.gz")
+sha512sums=('01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d')
+
+build() {
+  cd "$srcdir"/idna-ssl-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/idna-ssl-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd idna-ssl-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list