summaryrefslogtreecommitdiff
path: root/dev-python/python-djvulibre
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/python-djvulibre
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/python-djvulibre')
-rw-r--r--dev-python/python-djvulibre/Manifest3
-rw-r--r--dev-python/python-djvulibre/metadata.xml8
-rw-r--r--dev-python/python-djvulibre/python-djvulibre-0.8.ebuild31
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/python-djvulibre/Manifest b/dev-python/python-djvulibre/Manifest
deleted file mode 100644
index 52e7b2431d3c..000000000000
--- a/dev-python/python-djvulibre/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-djvulibre-0.8.tar.gz 85436 BLAKE2B fa30c4e78ce41a0f8c3af1580806f82fe856ac7012cb26dd7380158f5a0fb8b78d9f6e0bacbaf146959db7334fca4afec9caa324d8c2d6af697b3e0a171ee1ee SHA512 c817fc518f398bf16664a5f5dc80e8bd086015c13f82c5265548e5ca5d90f293cb2132961ba8a73cb184bc7883bb5868d2d49ecd950d045d0729f876703e710c
-EBUILD python-djvulibre-0.8.ebuild 702 BLAKE2B 14baab9d456f5ab5c9ad0bdde9db0e654cf0f17defb49c811865073e0c95ad74994aff4e4470e49a2742b5cffe69b38b25caca672fc3c0eac345695d65cdaf99 SHA512 59888479e5bfbd3bb049f27bcd4f106f00ed4c4cb75a84ead249824eba521bc68a966bcb63399918a0a884f36601cd4ce5b5bc0732c2ef8483199d70e7a12af5
-MISC metadata.xml 246 BLAKE2B 9254d9230f40389806de235731356f89790a3a7c9bd8c3e78173cea5f21921ec2da32123b44d64e8630c1191d0accc2e922e3cc8b86d7edc4a7f42993d9b97ce SHA512 6099e01ca48241e19c169add69c7f98fcb503ab4726bc60779c5195c0f3b5f419112a7973eb477cdd3d6a60f34d99d821fa41f17b04f639de5e551e90f5164b6
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
-}