public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/
Date: Mon, 28 Dec 2020 11:55:55 +0000 (UTC)	[thread overview]
Message-ID: <1609156525.9de02ad127136a0b4204ede31b1e4508e65f8b9f.sam@gentoo> (raw)

commit:     9de02ad127136a0b4204ede31b1e4508e65f8b9f
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Dec 27 09:59:43 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 11:55:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de02ad1

media-gfx/scour: bump to 0.38.2

Bug: https://bugs.gentoo.org/761673
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/18833
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/scour/Manifest            |  1 +
 media-gfx/scour/scour-0.38.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 36f1005dc66..5ed4ccd5854 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,2 +1,3 @@
 DIST scour-0.37.tar.gz 95478 BLAKE2B f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460 SHA512 ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
 DIST scour-0.38.1.tar.gz 99693 BLAKE2B 33c344bd68f54352723b769e289c0caf90d8de11e1a5ecc054b24cc2c26845d56602d4201961eebc406c95e6c1ac3334cb8302e800f66572297291b166b98505 SHA512 e25fc0313739c34a940133ddaa24bf07fad348e79d64250f4ee85cab726abf66d9caf9bed44a61ab9c55c8dc8ebe465a887d6192f8405b30fdc2a5985da92fe8
+DIST scour-0.38.2.tar.gz 99910 BLAKE2B 4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df SHA512 a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb

diff --git a/media-gfx/scour/scour-0.38.2.ebuild b/media-gfx/scour/scour-0.38.2.ebuild
new file mode 100644
index 00000000000..f03ccfc7acb
--- /dev/null
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour"
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+	"${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2020-12-28 11:55 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 11:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15 15:24 [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/ 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-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-18 19:40 Michał Górny
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=1609156525.9de02ad127136a0b4204ede31b1e4508e65f8b9f.sam@gentoo \
    --to=sam@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