summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-12-30 02:35:20 +0000
committerTim Harder <radhermit@gentoo.org>2013-12-30 02:35:20 +0000
commit3f646eed69222ba0920c6647560474a57c81814f (patch)
treeab85c56b3535d8bbf4fc964ea2ad3bde6b25f293 /dev-python/PyGithub
parentRemove pointless USE flag 'python'. (diff)
downloadgentoo-2-3f646eed69222ba0920c6647560474a57c81814f.tar.gz
gentoo-2-3f646eed69222ba0920c6647560474a57c81814f.tar.bz2
gentoo-2-3f646eed69222ba0920c6647560474a57c81814f.zip
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/ChangeLog7
-rw-r--r--dev-python/PyGithub/PyGithub-1.23.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog
index 722aa0960f27..8d6dad8d8029 100644
--- a/dev-python/PyGithub/ChangeLog
+++ b/dev-python/PyGithub/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/PyGithub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.17 2013/11/18 19:47:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.18 2013/12/30 02:35:20 radhermit Exp $
+
+*PyGithub-1.23.0 (30 Dec 2013)
+
+ 30 Dec 2013; Tim Harder <radhermit@gentoo.org> +PyGithub-1.23.0.ebuild:
+ Version bump.
*PyGithub-1.21.0 (18 Nov 2013)
diff --git a/dev-python/PyGithub/PyGithub-1.23.0.ebuild b/dev-python/PyGithub/PyGithub-1.23.0.ebuild
new file mode 100644
index 000000000000..83811266b371
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.23.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild,v 1.1 2013/12/30 02:35:20 radhermit Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="http://vincent-jacques.net/PyGithub/"
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}