summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-17 10:36:44 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-17 10:36:44 +0000
commit54bd9e4f8c8426b1efad172ab06e887ffc155ae2 (patch)
treec58229fd1f23db3810c894a98f3ac89f437b26be /dev-python/python-bibtex/python-bibtex-1.2.1.ebuild
parentInitial import. (diff)
downloadhistorical-54bd9e4f8c8426b1efad172ab06e887ffc155ae2.tar.gz
historical-54bd9e4f8c8426b1efad172ab06e887ffc155ae2.tar.bz2
historical-54bd9e4f8c8426b1efad172ab06e887ffc155ae2.zip
Initial import. Thanks to John Steele Scott <toojays@toojays.net>, Jean-Luc Jox <jljox@yahoo.com> and Ronny Haryanto <rh-gentoo@terasi.net>. This closes bug #20027.
Diffstat (limited to 'dev-python/python-bibtex/python-bibtex-1.2.1.ebuild')
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild
new file mode 100644
index 000000000000..bcf401c26277
--- /dev/null
+++ b/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild,v 1.1 2004/10/17 10:36:44 usata Exp $
+
+inherit distutils
+
+DESCRIPTION="A Python extension to parse BibTeX files"
+HOMEPAGE="http://pybliographer.org/"
+SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=">=dev-libs/glib-2
+ >=app-text/recode-3.6-r1"