diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-30 18:38:09 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-30 19:56:00 +0100 |
commit | a5c0ac15fa1670f6cb9b495f4135174c9bb31662 (patch) | |
tree | a5683151c90ca1726e5b15e026d1f235be1c8d0d /dev-python/certifi/certifi-2016.8.31.ebuild | |
parent | dev-python/certifi: Bump to version 2017.1.23 (diff) | |
download | gentoo-a5c0ac15fa1670f6cb9b495f4135174c9bb31662.tar.gz gentoo-a5c0ac15fa1670f6cb9b495f4135174c9bb31662.tar.bz2 gentoo-a5c0ac15fa1670f6cb9b495f4135174c9bb31662.zip |
dev-python/certifi: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/certifi/certifi-2016.8.31.ebuild')
-rw-r--r-- | dev-python/certifi/certifi-2016.8.31.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/certifi/certifi-2016.8.31.ebuild b/dev-python/certifi/certifi-2016.8.31.ebuild deleted file mode 100644 index 473c88435c80..000000000000 --- a/dev-python/certifi/certifi-2016.8.31.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python package for providing Mozilla's CA Bundle" -HOMEPAGE="http://certifi.io/ https://pypi.python.org/pypi/certifi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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}]" |