From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/
Date: Fri, 4 Oct 2019 11:14:09 +0000 (UTC) [thread overview]
Message-ID: <1570187313.7240e9705ead2de7cfbb866378225910184ef7bf.alexxy@gentoo> (raw)
commit: 7240e9705ead2de7cfbb866378225910184ef7bf
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 11:08:33 2019 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 11:08:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7240e970
dev-python/semantic_version: version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-python/semantic_version/Manifest | 1 +
.../semantic_version/semantic_version-2.8.2.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/semantic_version/Manifest b/dev-python/semantic_version/Manifest
index 1ab9250db4f..476e9e6d104 100644
--- a/dev-python/semantic_version/Manifest
+++ b/dev-python/semantic_version/Manifest
@@ -1,2 +1,3 @@
DIST semantic_version-2.6.0-1.tar.gz 31678 BLAKE2B 030189762a11559fee8527bf1735fbc596caa4e641b61fdce90e1c1cd6e7a3e957aad13dabb2d90ade2f91028c5a7f35c39c1a9d47afd76d3274c2b755f2b14a SHA512 18db9279c2728565b13362c54bedbf569f0878cbe6bb58e631d87ffe7cff7d9131a30a2592cbf511091c03e854851159bbb298fe7469f53e8a2d92cf26ab4d0b
DIST semantic_version-2.6.0.tar.gz 13919 BLAKE2B 811b3bfdb8ffc4cf8358400da1f18d5d0851c2999ff7df73fc0380e508b4039ce760dcf9d438bbb5d112ff1754b1855b3e062652b28be7f607516d8d017b9830 SHA512 805449e7219aaa59d28cc267c27a6abab5cbbbfd52c72d66f24bcace39c9f864e4ed944a3dc614e14a700a5bc92272fa6420312f3169b01a4cfd9ddf3ffb42d6
+DIST semantic_version-2.8.2.tar.gz 49243 BLAKE2B 73c66696b2fd6e30dc74bba6f1d4d84d71bf470f8ecd2ab93b4225f573bb0575f797b573d8fa6605ff35636de713a8f69522a2719949cf0bfebd0791ab5bae99 SHA512 f54ad2bb2e8392e154718c3dff8e7a7fa7663d7df0ab4b196444e0ad22440fe9d9a3abe9043824c0e0121f9051121b8c9d67f76a615aa5348c321e217b3a5dcd
diff --git a/dev-python/semantic_version/semantic_version-2.8.2.ebuild b/dev-python/semantic_version/semantic_version-2.8.2.ebuild
new file mode 100644
index 00000000000..3a276518e2d
--- /dev/null
+++ b/dev-python/semantic_version/semantic_version-2.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library providing a few tools handling SemVer in Python"
+HOMEPAGE="https://pypi.org/project/semantic_version/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+#SRC_URI="https://github.com/rbarrois/python-semanticversion/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RESTRICT="!test? ( test )"
+
+python_compile_all() {
+ if use doc; then
+ sphinx-build docs docs/_build/html || die
+ HTML_DOCS=( docs/_build/html/. )
+ fi
+}
+
+python_test() {
+ # The django test hangs
+ pytest -vv --ignore tests/test_django.py\
+ || die "tests failed with ${EPYTHON}"
+}
next reply other threads:[~2019-10-04 11:14 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-04 11:14 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-29 8:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/ Agostino Sarubbo
2022-07-26 6:32 Michał Górny
2022-06-09 2:43 Sam James
2022-05-31 14:56 Jakov Smolić
2022-05-31 11:05 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 8:54 Agostino Sarubbo
2022-05-31 8:51 Agostino Sarubbo
2022-05-26 18:54 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-11 10:04 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:07 Jakov Smolić
2022-03-08 17:11 Jakov Smolić
2022-02-06 23:23 Michał Górny
2022-02-06 20:13 Michał Górny
2022-02-02 9:55 Michał Górny
2022-02-02 9:55 Michał Górny
2021-05-21 21:05 Michał Górny
2021-05-21 21:05 Michał Górny
2021-05-20 21:37 Michał Górny
2021-05-20 21:37 Michał Górny
2021-01-18 14:52 Sam James
2020-11-14 19:00 Sam James
2020-09-13 9:04 Sam James
2020-09-13 8:59 Sam James
2020-07-30 20:41 Michał Górny
2020-07-30 20:09 Sam James
2020-07-30 19:39 Sam James
2020-06-24 7:07 Michał Górny
2020-06-24 7:07 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2020-02-06 5:59 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2019-12-03 3:02 Aaron Bauman
2019-07-12 8:32 Alexey Shvetsov
2018-07-05 19:00 Louis Sautier
2018-07-05 19:00 Louis Sautier
2018-06-25 23:20 Thomas Deutschmann
2018-06-25 10:40 Jason Zaman
2018-06-24 14:22 Pacho Ramos
2017-06-13 17:30 Manuel Rüger
2017-03-26 4:16 Matt Thode
2017-02-27 2:51 Matt Thode
2016-10-08 16:09 Pacho Ramos
2016-02-28 7:08 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-08-31 3:49 Ian Delaney
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=1570187313.7240e9705ead2de7cfbb866378225910184ef7bf.alexxy@gentoo \
--to=alexxy@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