public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/
Date: Thu, 18 May 2017 19:40:48 +0000 (UTC)	[thread overview]
Message-ID: <1495136439.693e8708e2d51fd691fe899d724fa75722a22b91.mgorny@gentoo> (raw)

commit:     693e8708e2d51fd691fe899d724fa75722a22b91
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu May 18 18:44:17 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 19:40:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693e8708

media-gfx/scour: Fix Python dependencies and support tests

Closes: https://github.com/gentoo/gentoo/pull/4659
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/scour/scour-0.35-r1.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild b/media-gfx/scour/scour-0.35-r1.ebuild
new file mode 100644
index 00000000000..6d884d56e17
--- /dev/null
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="http://www.codedread.com/scour/"
+SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+	"${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2017-05-18 19:40 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 19:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  7:08 [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/ Sam James
2024-04-15 15:24 Michał Górny
2024-04-15 15:24 Michał Górny
2023-02-03 20:18 Sam James
2022-05-14  7:28 WANG Xuerui
2022-01-14 23:51 Matt Turner
2021-10-14 12:12 Arthur Zamarin
2021-10-14 12:12 Arthur Zamarin
2021-08-12  3:10 Yixun Lan
2021-05-24  2:39 Joshua Kinard
2021-03-21  8:24 Joonas Niilola
2021-01-28 16:28 Sam James
2020-12-28 11:56 Sam James
2020-12-28 11:55 Sam James
2020-12-27  3:46 Sam James
2020-12-27  3:46 Sam James
2020-12-27  3:46 Sam James
2020-10-06  4:44 Sam James
2020-07-14 13:26 Sam James
2020-06-02 22:21 Mart Raudsepp
2020-06-02 13:29 Michał Górny
2020-06-02  9:38 Michał Górny
2020-04-19 11:39 Mart Raudsepp
2020-04-19  2:35 Craig Andrews
2020-02-11 12:16 Michał Górny
2019-12-16 10:53 Miroslav Šulc
2019-12-10 14:08 Agostino Sarubbo
2019-12-10 12:16 Agostino Sarubbo
2019-12-10  9:46 Agostino Sarubbo
2019-12-09 14:38 Agostino Sarubbo
2019-11-07 14:58 Miroslav Šulc
2019-11-07 13:47 Miroslav Šulc
2018-03-12  6:17 Matt Turner
2018-03-12  6:17 Matt Turner
2018-01-27 21:57 Mikle Kolyada
2017-08-21 20:30 Tim Harder
2017-08-21 20:30 Tim Harder
2017-08-09  8:47 Sergei Trofimovich
2017-08-09  8:47 Sergei Trofimovich
2017-08-08 22:26 Sergei Trofimovich
2017-08-08 22:26 Sergei Trofimovich
2017-05-26 18:37 Markus Meier
2017-05-14 20:54 Jeroen Roovers
2017-05-14 14:22 Andreas Hüttel

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=1495136439.693e8708e2d51fd691fe899d724fa75722a22b91.mgorny@gentoo \
    --to=mgorny@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