From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/
Date: Thu, 28 Mar 2019 08:26:19 +0000 (UTC) [thread overview]
Message-ID: <1553761568.215cc9bc89f7c195163409b211179ee92ecc8e31.gyakovlev@gentoo> (raw)
commit: 215cc9bc89f7c195163409b211179ee92ecc8e31
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 08:14:20 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 08:26:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215cc9bc
dev-python/semver: new package
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-python/semver/Manifest | 1 +
dev-python/semver/metadata.xml | 15 +++++++++++++++
dev-python/semver/semver-2.8.1.ebuild | 32 ++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest
new file mode 100644
index 00000000000..dfd236487ff
--- /dev/null
+++ b/dev-python/semver/Manifest
@@ -0,0 +1 @@
+DIST semver-2.8.1.tar.gz 15000 BLAKE2B 71fee2372713cefd11778fb223d58cc1e41909cc8adb8b5b3330770eb1ebcaf45c3250c553c40b85c54a59b1427308e7c143e1cfadf6276d7652df339263c65d SHA512 a457b1a170b309ee563955e4c506de56a061acd4e7e92a58fd8bd78801e33207fbc5e0e026fc0ea243301bf9ecfe0b219c0d95681aa10066480cbd3974e17d3a
diff --git a/dev-python/semver/metadata.xml b/dev-python/semver/metadata.xml
new file mode 100644
index 00000000000..6ddccbbf5f0
--- /dev/null
+++ b/dev-python/semver/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
+ </maintainer>
+ <longdescription lang="en">
+ A Python module for semantic versioning. Simplifies comparing versions.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">k-bx/python-semver</remote-id>
+ <remote-id type="pypi">semver</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/semver/semver-2.8.1.ebuild b/dev-python/semver/semver-2.8.1.ebuild
new file mode 100644
index 00000000000..b7312e16527
--- /dev/null
+++ b/dev-python/semver/semver-2.8.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for semantic versioning"
+HOMEPAGE="https://github.com/k-bx/python-semver"
+SRC_URI="https://github.com/k-bx/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/python-${P}"
+
+python_test() {
+ pytest -v || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2019-03-28 8:26 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-28 8:26 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-19 1:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/ Georgy Yakovlev
2019-11-19 19:37 Georgy Yakovlev
2020-02-06 5:59 Michał Górny
2020-02-22 1:30 Georgy Yakovlev
2020-02-22 1:30 Georgy Yakovlev
2020-02-29 23:06 Georgy Yakovlev
2020-06-11 2:00 Georgy Yakovlev
2020-06-11 2:01 Georgy Yakovlev
2020-06-17 5:58 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-10-23 21:48 Georgy Yakovlev
2020-11-02 10:34 Michał Górny
2021-06-05 18:20 Michał Górny
2021-06-26 2:55 Sam James
2022-08-12 9:18 Yixun Lan
2023-02-17 7:15 Sam James
2023-04-03 2:50 Michał Górny
2023-04-08 6:08 Michał Górny
2023-06-01 15:03 Michał Górny
2023-06-14 16:11 Michał Górny
2023-07-24 11:34 Michał Górny
2023-10-09 13:59 Michał Górny
2023-12-30 18:35 Michał Górny
2024-02-14 17:25 Michał Górny
2024-02-28 20:50 Jakov Smolić
2024-05-18 9:29 Michał Górny
2025-01-06 13:36 WANG Xuerui
2025-01-24 15:57 Michał Górny
2025-02-08 18:04 Sam James
2025-02-08 20:25 Michał Górny
2025-02-27 21:03 Michał Górny
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=1553761568.215cc9bc89f7c195163409b211179ee92ecc8e31.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