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 46195139085 for ; Tue, 17 Jan 2017 14:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CDD6234108; Tue, 17 Jan 2017 14:37: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 3757B234108 for ; Tue, 17 Jan 2017 14:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 121D0341293 for ; Tue, 17 Jan 2017 14:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80428286F for ; Tue, 17 Jan 2017 14:37:08 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1484663801.a0f082e4262dc5ae02101e83c3c8daba42a30e17.xarthisius@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgconfig/Manifest dev-python/pkgconfig/pkgconfig-1.2.2.ebuild X-VCS-Directories: dev-python/pkgconfig/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: a0f082e4262dc5ae02101e83c3c8daba42a30e17 X-VCS-Branch: master Date: Tue, 17 Jan 2017 14:37:08 +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: 8eeb20df-2185-4440-a069-c138eabba5c3 X-Archives-Hash: fb6c183b5121dd393589cd6408ce8102 commit: a0f082e4262dc5ae02101e83c3c8daba42a30e17 Author: Kacper Kowalik gentoo org> AuthorDate: Tue Jan 17 14:36:41 2017 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Tue Jan 17 14:36:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f082e4 dev-python/pkgconfig: version bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/pkgconfig/Manifest | 1 + dev-python/pkgconfig/pkgconfig-1.2.2.ebuild | 33 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/pkgconfig/Manifest b/dev-python/pkgconfig/Manifest index 89265db..a7e71b2 100644 --- a/dev-python/pkgconfig/Manifest +++ b/dev-python/pkgconfig/Manifest @@ -1 +1,2 @@ DIST pkgconfig-1.1.0.tar.gz 3887 SHA256 709daaf077aa2b33bedac12706373412c3683576a43013bbaa529fc2769d80df SHA512 77a551ca797723682c06a2e153ec1fde9468b655a108bebd666e8439f62f958a4edc8c916755ec0913c815b7c80e763b838005d9ef6d833ff4c4ad7c298a7957 WHIRLPOOL 5aeecb80bb58e208266c49c6bf374452e069af01f1890965ba125ff73467ebac0e6ba8e62c0c5492afd11ec3e152ca808dfb603dc6e0073cd0ac412254fb015a +DIST pkgconfig-1.2.2.tar.gz 5305 SHA256 3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa SHA512 88cfb27755297871c500f37c422da5d4ae30a14e0b9974afbe63f22c59746be0d175b65d9e3d2ed315b4d942046e7c18be062aef914199c99070a2767699848b WHIRLPOOL ac20a0eaeae63d661901d1055505f5cbc2f094674d40651aafbff0e9e36715f39ba55ebbae19b61d972e4713eed2ba2fc6e027a7a3eba1f7525f4ffd9d9cd5bb diff --git a/dev-python/pkgconfig/pkgconfig-1.2.2.ebuild b/dev-python/pkgconfig/pkgconfig-1.2.2.ebuild new file mode 100644 index 00000000..412336b --- /dev/null +++ b/dev-python/pkgconfig/pkgconfig-1.2.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Interface Python with pkg-config" +HOMEPAGE="https://pypi.python.org/pypi/pkgconfig/ https://github.com/matze/pkgconfig" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + sed -e '/nose/d' -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + nosetests || die +}