summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 02:02:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 02:02:41 +0200
commit6620383efa66491dbeb731e3e53dbbfbad0182ef (patch)
tree191452e3d19dc429d765532ccfda808436baa956 /dev-python
parentmedia-gfx/scantailor-advanced: Drop 1.0.14 and 1.0.16 (r0) (diff)
downloadgentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.tar.gz
gentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.tar.bz2
gentoo-6620383efa66491dbeb731e3e53dbbfbad0182ef.zip
app-office/pybliographer: Remove last-rited package
Closes: https://bugs.gentoo.org/598906 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-bibtex/Manifest1
-rw-r--r--dev-python/python-bibtex/metadata.xml15
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild33
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/python-bibtex/Manifest b/dev-python/python-bibtex/Manifest
deleted file mode 100644
index 84b021242e30..000000000000
--- a/dev-python/python-bibtex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-bibtex-1.2.7.tar.gz 60894 BLAKE2B dae5162e9d4b6893a4d411ffd1926f7f989940440609737b5c307af574d6e2794b850d6e4cb60bf33ba96eb36b3a0143fbc8fee907fc96c0c7d980514fe8db5d SHA512 6739824fcdad91e2abb333d9e17a31bd222e6100630b8e4f65a9e718d36eb451600fdc7380cb63b89c4a33a7554b79dd1c52448d19c3359f21deee2134242e6b
diff --git a/dev-python/python-bibtex/metadata.xml b/dev-python/python-bibtex/metadata.xml
deleted file mode 100644
index 56e91f1d6c4c..000000000000
--- a/dev-python/python-bibtex/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pybliographer</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
deleted file mode 100644
index 5d64c7d1de12..000000000000
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python extension to parse BibTeX files"
-HOMEPAGE="https://pybliographer.org/"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
- dev-libs/glib:2
- >=app-text/recode-3.6-r1"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-python_prepare_all() {
- # Disable tests during installation.
- sed -e "/self.run_command ('check')/d" -i setup.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- esetup.py check
-}