[arch-commits] Commit in python-idna_ssl/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Jul 18 07:22:19 UTC 2018
Date: Wednesday, July 18, 2018 @ 07:22:18
Author: foutrelis
Revision: 361771
archrelease: copy trunk to community-staging-any
Added:
python-idna_ssl/repos/community-staging-any/PKGBUILD
(from rev 361770, python-idna_ssl/trunk/PKGBUILD)
Deleted:
python-idna_ssl/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-18 07:22:14 UTC (rev 361770)
+++ PKGBUILD 2018-07-18 07:22:18 UTC (rev 361771)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=python-idna_ssl
-pkgver=1.0.1
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 361770, python-idna_ssl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-18 07:22:18 UTC (rev 361771)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=python-idna_ssl
+pkgver=1.1.0
+pkgrel=2
+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