From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1D0C138206 for ; Fri, 29 Apr 2016 20:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92E521C044; Fri, 29 Apr 2016 20:35:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42A2921C044 for ; Fri, 29 Apr 2016 20:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A42E340A7F for ; Fri, 29 Apr 2016 20:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A36632F for ; Fri, 29 Apr 2016 20:35:07 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461962095.5c26a28af701f59fce4d19f8a82ded6a803893be.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcversioner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vcversioner/Manifest dev-python/vcversioner/vcversioner-2.16.0.0.ebuild X-VCS-Directories: dev-python/vcversioner/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 5c26a28af701f59fce4d19f8a82ded6a803893be X-VCS-Branch: master Date: Fri, 29 Apr 2016 20:35:07 +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: 9c54bbf7-34b7-4208-aa70-27d5c23b6f06 X-Archives-Hash: e6349afe6b0e4ae860421ba184a8addb commit: 5c26a28af701f59fce4d19f8a82ded6a803893be Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 29 20:34:55 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 29 20:34:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c26a28a Version bump to 2.16.0.0 Package-Manager: portage-2.2.28 dev-python/vcversioner/Manifest | 1 + dev-python/vcversioner/vcversioner-2.16.0.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/vcversioner/Manifest b/dev-python/vcversioner/Manifest index 58a1f0a..917b43a 100644 --- a/dev-python/vcversioner/Manifest +++ b/dev-python/vcversioner/Manifest @@ -1 +1,2 @@ DIST vcversioner-2.14.0.0.tar.gz 9015 SHA256 acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86 SHA512 0d474910f9d0f0dd0c0d0b824bcdf5da7bbb5d2b55691f18107bb0b8a237213a83d8f51f719d4761e1dae9db70e84ef8c264c388ec1995ed0a55a838575e377e WHIRLPOOL b146f1d008b635fc337c2256a7bb9bd0534ecd3a335c349a0518e36ee21e807de1b43ea52dd6a581fa4de64ad6cdb2dca53646051a93afe752a28d4a25bcbec8 +DIST vcversioner-2.16.0.0.tar.gz 9024 SHA256 dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b SHA512 e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8 WHIRLPOOL 13dc98c065e95c445e230cd4a2f8c62af32342e8fb9bfb95c2fd17df07a4ee5673bd96b5c099bac40ef698dcd182b380f3a94d689826e5d0bc94859976beba2c diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild new file mode 100644 index 0000000..81ec51e --- /dev/null +++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Use version control tags to discover version numbers" +HOMEPAGE="https://github.com/habnabit/vcversioner https://pypi.python.org/pypi/vcversioner" +SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + " + +# not included +RESTRICT=test + +python_test() { + py.test || die +}