From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/
Date: Mon, 31 Aug 2015 03:49:43 +0000 (UTC) [thread overview]
Message-ID: <1440992956.8e965db2ca17c2f2fe2f50f410fa0d283a78a10e.idella4@gentoo> (raw)
commit: 8e965db2ca17c2f2fe2f50f410fa0d283a78a10e
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 03:49:16 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 03:49:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e965db2
dev-python/semantic_version: bump; add python3 pypy support
Package-Manager: portage-2.2.20
dev-python/semantic_version/Manifest | 1 +
.../semantic_version/semantic_version-2.4.2.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/semantic_version/Manifest b/dev-python/semantic_version/Manifest
index dfcefcb..0901470 100644
--- a/dev-python/semantic_version/Manifest
+++ b/dev-python/semantic_version/Manifest
@@ -1 +1,2 @@
DIST semantic_version-2.4.1.tar.gz 32260 SHA256 33018ab2807ba395c418b4633993a7572b8a4b3e924823f5828788023b3c9b30 SHA512 b7a2a7d6e3fe19bc79f1545c1de2f44909e65286e8ff91f856b76db255b205da06657d519d64435c3d0a6dfe3d2f86ee1d3be1a19eccefdc313fbc7e5a09031d WHIRLPOOL a4623125bf662fb4a337a7c98258b6a829ff917293fc45b621adbc28afd406dd08c64fbc6c7f3cfa64da4bc9b5ebdcb996ab758fcc6ffc0c22712e71486f8dbe
+DIST semantic_version-2.4.2.tar.gz 30711 SHA256 7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2 SHA512 485eb478645141999f9f4f807b7c001c7a9a11d46cc100d897df6f5cb1e7653faca4aca32c7c248bc8bcc543d233ae2a3897af11d8a05a2c5881cc7d267bc356 WHIRLPOOL 9721b86e5d6cc378a2ceaa0cca600e329bf1cdd14cfc524f730712effea6862d01de76dcce4d607eb19b99067f04fb07f73004637860c0324371caa57190f898
diff --git a/dev-python/semantic_version/semantic_version-2.4.2.ebuild b/dev-python/semantic_version/semantic_version-2.4.2.ebuild
new file mode 100644
index 0000000..e3e871e
--- /dev/null
+++ b/dev-python/semantic_version/semantic_version-2.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library providing a few tools handling SemVer in Python."
+HOMEPAGE="https://pypi.python.org/pypi/semantic_version"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2015-08-31 3:49 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 3:49 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-16 16:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/ Agostino Sarubbo
2015-11-16 16:26 Agostino Sarubbo
2016-02-28 7:08 Matt Thode
2016-10-08 16:09 Pacho Ramos
2017-02-27 2:51 Matt Thode
2017-03-26 4:16 Matt Thode
2017-06-13 17:30 Manuel Rüger
2018-06-24 14:22 Pacho Ramos
2018-06-25 10:40 Jason Zaman
2018-06-25 23:20 Thomas Deutschmann
2018-07-05 19:00 Louis Sautier
2018-07-05 19:00 Louis Sautier
2019-07-12 8:32 Alexey Shvetsov
2019-10-04 11:14 Alexey Shvetsov
2019-12-03 3:02 Aaron Bauman
2020-02-05 21:28 Andreas Sturmlechner
2020-02-06 5:59 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2020-06-24 7:07 Michał Górny
2020-06-24 7:07 Michał Górny
2020-07-30 19:39 Sam James
2020-07-30 20:09 Sam James
2020-07-30 20:41 Michał Górny
2020-09-13 8:59 Sam James
2020-09-13 9:04 Sam James
2020-11-14 19:00 Sam James
2021-01-18 14:52 Sam James
2021-05-20 21:37 Michał Górny
2021-05-20 21:37 Michał Górny
2021-05-21 21:05 Michał Górny
2021-05-21 21:05 Michał Górny
2022-02-02 9:55 Michał Górny
2022-02-02 9:55 Michał Górny
2022-02-06 20:13 Michał Górny
2022-02-06 23:23 Michał Górny
2022-03-08 17:11 Jakov Smolić
2022-03-15 13:07 Jakov Smolić
2022-03-15 14:26 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-26 18:54 Michał Górny
2022-05-31 8:51 Agostino Sarubbo
2022-05-31 8:54 Agostino Sarubbo
2022-05-31 9:21 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 11:05 Jakov Smolić
2022-05-31 14:56 Jakov Smolić
2022-06-09 2:43 Sam James
2022-07-26 6:32 Michał Górny
2022-07-29 8:02 Agostino Sarubbo
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=1440992956.8e965db2ca17c2f2fe2f50f410fa0d283a78a10e.idella4@gentoo \
--to=idella4@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