diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-04-22 01:25:12 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-04-22 01:25:55 +0200 |
commit | 15d30e4685dc3f978a5980180a4aa18771d082ea (patch) | |
tree | 8f7e72d9c57cdbab2c133bdd42e3fa03677615e9 /dev-python/certifi | |
parent | dev-python/django-tastypie: amd64 stable wrt bug #653666 (diff) | |
download | gentoo-15d30e4685dc3f978a5980180a4aa18771d082ea.tar.gz gentoo-15d30e4685dc3f978a5980180a4aa18771d082ea.tar.bz2 gentoo-15d30e4685dc3f978a5980180a4aa18771d082ea.zip |
dev-python/certifi: Version bump to 2018.1.18
Closes: https://bugs.gentoo.org/651920
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/certifi/certifi-2018.1.18.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest index 00a3a3c9e5a2..a5b98f8228b1 100644 --- a/dev-python/certifi/Manifest +++ b/dev-python/certifi/Manifest @@ -3,3 +3,4 @@ DIST certifi-2017.1.23.tar.gz 380397 BLAKE2B a283c12a157bf5f7961569a76ba87bac4cb DIST certifi-2017.11.5.tar.gz 329246 BLAKE2B 9edb7053cff4bf689d18cc0c11f867cc32093bfc8fff4bcebbbe6afcabb98c89992d34bdf56d41cc1472ff07128c37d0f1918987b097f60d47ab6f6bce86fa5e SHA512 3baab4c6c12ae3d1dd85d22cc75c1fea7e33a2901f07118c128a3eb4285904979759e0f35758ee9f4e20f500df65883f510d74fbecd59b43a9f4392a216be0c8 DIST certifi-2017.4.17.tar.gz 373512 BLAKE2B 52c65b06183cf0b96551d9a600b452bbe7832d43935557b0f328b38f22266d35d6368ddc60fd8d88fa7a3350cedbcd5c4f1a95b431033282c978df61a054ed8f SHA512 0bd054bb2eaa8c196a94a0b7865d2488aea1fcb5e66ddc8c776c68cfa518a198a8c67bed5b485bf55db3f55d26c0ab2b4fc07839bb9175a50cb525e25d3869a5 DIST certifi-2017.7.27.1.tar.gz 348217 BLAKE2B 5c3531b0537df743010c5969c88fc40ebc3dce1e287527626f34cb5f59749d4818cfc807e90817ff20bcb005f5c80df30ff3fd770fe320fc6675f90f1e343237 SHA512 2873c17144e09ba506c62743efa4fda05350d48fcb19a1b8eb895829df2fa276eed86b31c9f7f18636f62ea5acb4bc6b9dee8b69ed8e0ccd1286ebfaa27d02a1 +DIST certifi-2018.1.18.tar.gz 151258 BLAKE2B f3d324d728dbfa46b9473340c894faae381ad8f8d1ab17cf021b9b00bb893fc44c6ccd8fa69bd4d9bb7580cf3bb16c6d9c1c31e727290bc065cf0934e7d30122 SHA512 5a419fcd6ad2dc095e126bcff40127b4549cc0556e19157b142c6f27b284448eb3124fb92a72b147d6734d9f3ff212212dcbf364e127c2691ab94a9736cee032 diff --git a/dev-python/certifi/certifi-2018.1.18.ebuild b/dev-python/certifi/certifi-2018.1.18.ebuild new file mode 100644 index 000000000000..1052c2b86547 --- /dev/null +++ b/dev-python/certifi/certifi-2018.1.18.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python package for providing Mozilla's CA Bundle" +HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |