commit: 20761e6de5f014737802af84527f5167f6fd16d1 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Jul 28 21:55:25 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jul 29 19:06:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20761e6d
dev-python/python-application: version bump. Closes: https://bugs.gentoo.org/612988 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python-application/Manifest | 1 + .../python-application/python-application-2.1.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest index 2e266d9c325..c0566190231 100644 --- a/dev-python/python-application/Manifest +++ b/dev-python/python-application/Manifest @@ -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 index 00000000000..77319b3cfa4 --- /dev/null +++ b/dev-python/python-application/python-application-2.1.0.ebuild @@ -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"
