public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgconfig/
Date: Tue, 17 Jan 2017 14:37:08 +0000 (UTC)	[thread overview]
Message-ID: <1484663801.a0f082e4262dc5ae02101e83c3c8daba42a30e17.xarthisius@gentoo> (raw)

commit:     a0f082e4262dc5ae02101e83c3c8daba42a30e17
Author:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 14:36:41 2017 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2017-01-17 14:37 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 14:37 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  6:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgconfig/ Michał Górny
2024-02-17 21:17 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-07-08 10:47 Benda XU
2023-06-01 13:22 Michał Górny
2023-06-01 13:22 Michał Górny
2022-05-23  6:34 Michał Górny
2022-02-27 18:52 Michał Górny
2022-02-27 12:23 Jakov Smolić
2022-01-27  9:21 Michał Górny
2021-09-14  1:30 Yixun Lan
2021-08-26  4:41 Agostino Sarubbo
2021-07-20  9:08 Michał Górny
2021-07-12 22:53 Michał Górny
2021-07-12 21:50 Sam James
2021-06-03 22:01 Michał Górny
2021-06-03 10:30 Michał Górny
2021-05-30 17:32 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-25 12:14 Michał Górny
2021-02-20 13:04 Michał Górny
2020-08-17 18:55 David Seifert
2020-07-20 11:45 Sam James
2020-05-11 17:33 Michał Górny
2020-05-07 16:35 Mart Raudsepp
2020-05-04 14:38 Agostino Sarubbo
2020-05-03 19:02 Agostino Sarubbo
2020-03-28 11:59 Michał Górny
2020-03-14 18:10 Mikle Kolyada
2020-03-09 18:09 Mikle Kolyada
2020-03-09 14:15 Thomas Deutschmann
2020-02-25  8:17 Georgy Yakovlev
2020-02-25  2:05 Patrick McLean
2020-02-05 19:12 Michał Górny
2019-05-21 15:20 Stephen Klimaszewski
2019-01-21 20:49 David Seifert
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2017-05-02 17:43 Michał Górny
2017-04-28 15:15 Manuel Rüger
2015-10-21 13:41 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484663801.a0f082e4262dc5ae02101e83c3c8daba42a30e17.xarthisius@gentoo \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox