dev-python/python-application: version bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 28 Jul 2018 21:55:25 +0000 (23:55 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 29 Jul 2018 19:06:02 +0000 (21:06 +0200)
Closes: https://bugs.gentoo.org/612988
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-application/Manifest
dev-python/python-application/python-application-2.1.0.ebuild [new file with mode: 0644]

index 2e266d9c325e4210f8c18ec111f76b7a2ddab5bb..c0566190231d617d208dba27eba99c9fd31d20c8 100644 (file)
@@ -1 +1,2 @@
 DIST python-application-1.5.0.tar.gz 43552 BLAKE2B d36c3b0af9766936dae4c45452278e7f6b49dc830d1490fd97e455596b6564ac24b1c78da76237ace873ffbbadb3d9d4975728ec28e82bc39e4b12df2d9519bd SHA512 9bf683a88bfb11ab5cf86b2d1ef86e22cf6fcb6004f0059b1d3cb2e1cde46827ced57a1cdd313c1d48dbd1ad610e9d36617619f79af748c55c517089720cb2b1
+DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62 SHA512 54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7
diff --git a/dev-python/python-application/python-application-2.1.0.ebuild b/dev-python/python-application/python-application-2.1.0.ebuild
new file mode 100644 (file)
index 0000000..77319b3
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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"
+
+KEYWORDS="~amd64 ~x86"