From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/
Date: Wed, 17 Jun 2020 05:58:10 +0000 (UTC)	[thread overview]
Message-ID: <1592373471.8bc23a29b6887aa8c77a983e0c50c65933cb5c2e.gyakovlev@gentoo> (raw)
commit:     8bc23a29b6887aa8c77a983e0c50c65933cb5c2e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 05:56:47 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 05:57:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc23a29
dev-python/semver: bump to 2.10.2
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
 dev-python/semver/Manifest             |  1 +
 dev-python/semver/semver-2.10.2.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest
index 1024388ac88..6e9bdc590e2 100644
--- a/dev-python/semver/Manifest
+++ b/dev-python/semver/Manifest
@@ -1,2 +1,3 @@
 DIST semver-2.10.1.tar.gz 39327 BLAKE2B 867edb0690b07ac460a3c43465047479a4dd84ceadf0eaebaad3c9975994efbf97d51d94c5de2ba6b758b5785649a20acbc2b24a31ab8114b611ac9a24f915c2 SHA512 6abd02f109836c956967ef60c882269818402b771d25a5f243628b6b651bcf9246bbf5b09fac746e65d8c54ffc7b42f21be6cb6dd20487b987a5976995bae51c
+DIST semver-2.10.2.tar.gz 40449 BLAKE2B 47601c60591218a1c3ec8212520ddaed2ae9a9c6eca6cd1e9509f0ca713d4149de1c3d786a553f277f4b0be3af30c6484b8e9669cae98a6de250f74d354849b5 SHA512 64f115351d896fbab5145fe4b1438f69c713c8e864701e90a5c81f25154fd6828df14856499f17adf008b25becc474ad87e2c10db3937efbcb64bb62a58d6c75
 DIST semver-2.9.1.tar.gz 32437 BLAKE2B f87f6ad001b2e3752c59282714d0dfc258aa8a727517b5b7caeeb9ff2ebc2fb5fce308a96e7728e2f79cbd502bcde5cddc3422563b1c0eb588e41acaba1178c6 SHA512 3de661921d51b19fd4922605677790b7e83ab1e34ef76cd9d6d2147753c122686a801b4ddb0fec1b85018e7c60859885cc27f43bc5e337de1b69b9304b398175
diff --git a/dev-python/semver/semver-2.10.2.ebuild b/dev-python/semver/semver-2.10.2.ebuild
new file mode 100644
index 00000000000..7e7deea14b7
--- /dev/null
+++ b/dev-python/semver/semver-2.10.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for semantic versioning"
+HOMEPAGE="https://github.com/python-semver/python-semver"
+SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}/python-${P}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# contains pytest/cov args we don't want
+	rm setup.cfg || die
+	distutils-r1_python_prepare_all
+}
next             reply	other threads:[~2020-06-17  5:58 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17  5:58 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-14 20:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/ Arthur Zamarin
2025-02-27 21:03 Michał Górny
2025-02-08 20:25 Michał Górny
2025-02-08 18:04 Sam James
2025-01-24 15:57 Michał Górny
2025-01-06 13:36 WANG Xuerui
2024-05-18  9:29 Michał Górny
2024-02-28 20:50 Jakov Smolić
2024-02-14 17:25 Michał Górny
2023-12-30 18:35 Michał Górny
2023-10-09 13:59 Michał Górny
2023-07-24 11:34 Michał Górny
2023-06-14 16:11 Michał Górny
2023-06-01 15:03 Michał Górny
2023-04-08  6:08 Michał Górny
2023-04-03  2:50 Michał Górny
2023-02-17  7:15 Sam James
2022-08-12  9:18 Yixun Lan
2021-06-26  2:55 Sam James
2021-06-05 18:20 Michał Górny
2020-11-02 10:34 Michał Górny
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-06-11  2:01 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-02-29 23:06 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-02-06  5:59 Michał Górny
2019-11-19 19:37 Georgy Yakovlev
2019-11-19  1:35 Georgy Yakovlev
2019-03-28  8:26 Georgy Yakovlev
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=1592373471.8bc23a29b6887aa8c77a983e0c50c65933cb5c2e.gyakovlev@gentoo \
    --to=gyakovlev@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