diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 02:08:53 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 19:40:13 +0200 |
commit | 88e15ca569901bc9861797be475e96b7d7f6e147 (patch) | |
tree | 1b7267c5d707289d1684c9181a7a17bc4d30c2a5 /dev-python/python-application/python-application-1.5.0.ebuild | |
parent | 063844057a979dd722ce8ca17d1e258969f28c13 (diff) | |
download | gentoo-88e15ca569901bc9861797be475e96b7d7f6e147.tar.gz gentoo-88e15ca569901bc9861797be475e96b7d7f6e147.tar.xz |
dev-python/python-application: initial import of version 1.5.0
Gentoo-Bug: 446026
Diffstat (limited to 'dev-python/python-application/python-application-1.5.0.ebuild')
-rw-r--r-- | dev-python/python-application/python-application-1.5.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-application/python-application-1.5.0.ebuild b/dev-python/python-application/python-application-1.5.0.ebuild new file mode 100644 index 00000000000..23a3e8bf5e2 --- /dev/null +++ b/dev-python/python-application/python-application-1.5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Basic building blocks for python applications" +HOMEPAGE="http://ag-projects.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" |