From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34A5F138334 for ; Sun, 29 Jul 2018 19:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209AEE0903; Sun, 29 Jul 2018 19:06:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2BAEE0903 for ; Sun, 29 Jul 2018 19:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 912CD335C94 for ; Sun, 29 Jul 2018 19:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D11D389 for ; Sun, 29 Jul 2018 19:06:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1532891162.20761e6de5f014737802af84527f5167f6fd16d1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-application/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-application/Manifest dev-python/python-application/python-application-2.1.0.ebuild X-VCS-Directories: dev-python/python-application/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 20761e6de5f014737802af84527f5167f6fd16d1 X-VCS-Branch: master Date: Sun, 29 Jul 2018 19:06:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10b9933c-653a-4d2c-9212-c24fdbc54ae0 X-Archives-Hash: cdbcf0c9a41d42700a61c6114d026efa commit: 20761e6de5f014737802af84527f5167f6fd16d1 Author: Patrice Clement gentoo org> AuthorDate: Sat Jul 28 21:55:25 2018 +0000 Commit: Patrice Clement gentoo 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"