Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=419bfb8a45086ed90c003c8b7d4bf8c5f6ec1f0f
commit 419bfb8a45086ed90c003c8b7d4bf8c5f6ec1f0f Author: Slown <[email protected]> Date: Sun May 22 10:09:34 2016 +0100 pyopenssl-16.0.0-1-x86_64 * version bump diff --git a/source/devel-extra/pyopenssl/FrugalBuild b/source/devel-extra/pyopenssl/FrugalBuild index 18d6ddf..73a62b3 100644 --- a/source/devel-extra/pyopenssl/FrugalBuild +++ b/source/devel-extra/pyopenssl/FrugalBuild @@ -1,18 +1,19 @@ -# Compiling Time: 0.03 SBU +# Compiling Time: 0 SBU # Maintainer: bouleetbil <[email protected]> # Contributor: BMH1980 <[email protected]> pkgname=pyopenssl -pkgver=0.15.1 +_F_archive_name="pyOpenSSL" +pkgver=16.0.0 pkgrel=1 url="https://github.com/pyca/pyopenssl" pkgdesc="Python interface to the OpenSSL library" groups=('devel-extra') archs=('i686' 'x86_64') -depends=('openssl>=1.0.0' 'python' 'python-cryptography' 'python-six') +depends=('openssl' 'python-cryptography') makedepends=('python-distribute') -up2date="Fwcat $url/tags|grep .tar.gz|sed -e 's/.*\///;s/.tar.gz.*//'|head -n1" -source="$url/archive/$pkgver.tar.gz" -sha1sums=('c45327b4ebfec09c43dd13c417f6dd48fe721458') +_F_pypi_name="pyOpenSSL" +Finclude pypi +sha1sums=('4efb8f880743acf48070d3adaf9f0bce5601e6a8') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
