diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 10:05:50 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 14:38:45 +0100 |
| commit | c42bec7b986b4cf7262700f83cc11f36b8c6db46 (patch) | |
| tree | bbcd005e64e2c4dd73a85f1f792a14109ec269f7 /dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild | |
| parent | 6a6150002e762821f67400b0e727756ccff9e2fd (diff) | |
| download | gentoo-c42bec7b986b4cf7262700f83cc11f36b8c6db46.tar.gz gentoo-c42bec7b986b4cf7262700f83cc11f36b8c6db46.tar.bz2 gentoo-c42bec7b986b4cf7262700f83cc11f36b8c6db46.zip | |
dev-python/python3-openid: Clean old up
Diffstat (limited to 'dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild')
| -rw-r--r-- | dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild b/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild deleted file mode 100644 index a7a1afd54b05..000000000000 --- a/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_4 ) - -inherit vcs-snapshot distutils-r1 - -DESCRIPTION="Python 3 port of the python-openid library" -HOMEPAGE="https://github.com/necaris/python3-openid https://pypi.python.org/pypi/python3-openid" -SRC_URI="https://github.com/necaris/${PN}/archive/47a15d30b962a4316473ae9909b3405773d78181.tar.gz -> ${P}.tar.gz" -#https://github.com/necaris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="examples test" - -DEPEND="" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/django-tests.patch -) - -python_test() { - "${S}"/run_tests.sh || die "tests fail on ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES="examples/." - distutils-r1_python_install_all -} |
