diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-03 21:41:46 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-03 21:41:46 +0000 |
commit | 8ea2c0e7c1f34a9cad64e32c9478959d7822d510 (patch) | |
tree | 810135df1125e6b314caff44aeef31b9e4531439 /dev-python/pssi/pssi-1.0.ebuild | |
parent | Move also older versions to virtual/ffmpeg. (diff) | |
download | gentoo-2-8ea2c0e7c1f34a9cad64e32c9478959d7822d510.tar.gz gentoo-2-8ea2c0e7c1f34a9cad64e32c9478959d7822d510.tar.bz2 gentoo-2-8ea2c0e7c1f34a9cad64e32c9478959d7822d510.zip |
Initial addition.
(Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pssi/pssi-1.0.ebuild')
-rw-r--r-- | dev-python/pssi/pssi-1.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/pssi/pssi-1.0.ebuild b/dev-python/pssi/pssi-1.0.ebuild new file mode 100644 index 000000000000..0c6a6716a06f --- /dev/null +++ b/dev-python/pssi/pssi-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pssi/pssi-1.0.ebuild,v 1.1 2011/04/03 21:41:46 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +DESCRIPTION="Python Simple Smartcard Interpreter" +HOMEPAGE="http://code.google.com/p/pssi/" +SRC_URI="http://pssi.googlecode.com/files/${P}.tar" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/pyscard" +RDEPEND="${DEPEND}" |