summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-06-06 16:31:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-06-06 16:31:06 +0000
commita0805cf9b509506123455a755c6dd387ae3bea95 (patch)
tree8d53ed025d61adbf20250be1acba456fbd4d999a /dev-python/gntp/gntp-1.0.1.ebuild
parentAdd bug number to ChangeLog entry. (diff)
downloadgentoo-2-a0805cf9b509506123455a755c6dd387ae3bea95.tar.gz
gentoo-2-a0805cf9b509506123455a755c6dd387ae3bea95.tar.bz2
gentoo-2-a0805cf9b509506123455a755c6dd387ae3bea95.zip
Version bump. Update to EAPI=5 and distutils-r1.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'dev-python/gntp/gntp-1.0.1.ebuild')
-rw-r--r--dev-python/gntp/gntp-1.0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/gntp/gntp-1.0.1.ebuild b/dev-python/gntp/gntp-1.0.1.ebuild
new file mode 100644
index 000000000000..8008ee4b3275
--- /dev/null
+++ b/dev-python/gntp/gntp-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gntp/gntp-1.0.1.ebuild,v 1.1 2013/06/06 16:31:06 cardoe Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for working with the Growl Notification Transport Protocol"
+HOMEPAGE="https://github.com/kfdm/gntp http://pypi.python.org/pypi/gntp"
+SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"