diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-02-25 17:30:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-02-25 17:30:19 +0000 |
commit | d5099cc4793c4a371395d612cbe1b74aaaeac867 (patch) | |
tree | 11d963c3dfc270ab9b4762cee47ea015905279d2 /dev-python/xcffib | |
parent | Dev channel bump. Remove old. (diff) | |
download | gentoo-2-d5099cc4793c4a371395d612cbe1b74aaaeac867.tar.gz gentoo-2-d5099cc4793c4a371395d612cbe1b74aaaeac867.tar.bz2 gentoo-2-d5099cc4793c4a371395d612cbe1b74aaaeac867.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r-- | dev-python/xcffib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/xcffib/xcffib-0.2.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/xcffib/ChangeLog b/dev-python/xcffib/ChangeLog index 924efaab14e0..d2b376e1affa 100644 --- a/dev-python/xcffib/ChangeLog +++ b/dev-python/xcffib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/xcffib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.4 2015/01/15 05:29:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.5 2015/02/25 17:30:19 radhermit Exp $ + +*xcffib-0.2.0 (25 Feb 2015) + + 25 Feb 2015; Tim Harder <radhermit@gentoo.org> +xcffib-0.2.0.ebuild: + Version bump. *xcffib-0.1.10 (15 Jan 2015) diff --git a/dev-python/xcffib/xcffib-0.2.0.ebuild b/dev-python/xcffib/xcffib-0.2.0.ebuild new file mode 100644 index 000000000000..e7dc86bd4a5f --- /dev/null +++ b/dev-python/xcffib/xcffib-0.2.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.2.0.ebuild,v 1.1 2015/02/25 17:30:19 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="A drop in replacement for xpyb, an XCB python binding" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="http://github.com/tych0/xcffib" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND="x11-libs/libxcb" + +RDEPEND=" + >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" |