diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:11:39 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:11:39 +0200 |
| commit | e2c21bf91d48e87457d38d532550f5ce949317e7 (patch) | |
| tree | 6b5e0e9bb5dc94cbe769c279f8edb2a3a39caf51 /dev-python | |
| parent | 6dd499c09b495e244f2cb49a42b6086c62aee485 (diff) | |
| download | gentoo-e2c21bf91d48e87457d38d532550f5ce949317e7.tar.gz gentoo-e2c21bf91d48e87457d38d532550f5ce949317e7.tar.bz2 gentoo-e2c21bf91d48e87457d38d532550f5ce949317e7.zip | |
dev-python/python-djvulibre: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719488
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/python-djvulibre/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-djvulibre/metadata.xml | 8 | ||||
| -rw-r--r-- | dev-python/python-djvulibre/python-djvulibre-0.8.ebuild | 31 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/python-djvulibre/Manifest b/dev-python/python-djvulibre/Manifest deleted file mode 100644 index 5420dd79607d..000000000000 --- a/dev-python/python-djvulibre/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-djvulibre-0.8.tar.gz 85436 BLAKE2B fa30c4e78ce41a0f8c3af1580806f82fe856ac7012cb26dd7380158f5a0fb8b78d9f6e0bacbaf146959db7334fca4afec9caa324d8c2d6af697b3e0a171ee1ee SHA512 c817fc518f398bf16664a5f5dc80e8bd086015c13f82c5265548e5ca5d90f293cb2132961ba8a73cb184bc7883bb5868d2d49ecd950d045d0729f876703e710c diff --git a/dev-python/python-djvulibre/metadata.xml b/dev-python/python-djvulibre/metadata.xml deleted file mode 100644 index 3383b6ee4748..000000000000 --- a/dev-python/python-djvulibre/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">python-djvulibre</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild b/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild deleted file mode 100644 index 9ad0623b5d67..000000000000 --- a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Set of Python bindings for the DjVuLibre library" -HOMEPAGE="http://jwilk.net/software/python-djvulibre" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-text/djvu" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -python_test() { - ln -s "${S}/tests" "${BUILD_DIR}/tests" || die - cd "${BUILD_DIR}" || die - nosetests -v || die -} |
