public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/
Date: Mon, 17 Aug 2020 10:40:48 +0000 (UTC)	[thread overview]
Message-ID: <1597660765.d80e0e6604a0e8f15727867599cdc364e362bb0a.sbraz@gentoo> (raw)

commit:     d80e0e6604a0e8f15727867599cdc364e362bb0a
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 10:26:10 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 10:39:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80e0e66

dev-python/node-semver: bump to 0.8.0, add Python 3.8+3.9 support

Closes: https://bugs.gentoo.org/729612
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/node-semver/Manifest                 |  1 +
 dev-python/node-semver/node-semver-0.8.0.ebuild | 29 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/node-semver/Manifest b/dev-python/node-semver/Manifest
index f105a7969de..163b139b54c 100644
--- a/dev-python/node-semver/Manifest
+++ b/dev-python/node-semver/Manifest
@@ -1 +1,2 @@
 DIST node-semver-0.7.0.tar.gz 18090 BLAKE2B 669da955b62c35be1a0fccbdce8c66c9de915c5498052858f9f0ebe6a07109947314c904b2077b4306b8fea9f1d0747ab7dcb63a803b00555320e44ea0a59081 SHA512 9e11af16ce7a9a7f2aacd77ff14c8aa574e62bc27f902860b97fda5cc8ee19f54118e90ca39241741da657b87ec2653239b0c4255570ffe4d1ad49e2c9484e74
+DIST node-semver-0.8.0.tar.gz 18449 BLAKE2B 171374808e18b1f3fc2807abb9b99ecfe18a392afbc59ad056f0524e374ef4a27e5a56acf0c3927c6f351503981d743e4e63f108bf0e5bd5eda62f04e24191d4 SHA512 665ae0dbced16e0f05306614b1577464aa1bdac666b35cf2e7ad4b8844a6814dc7e8672f0dff3043c7bd048aa455d671efd268052ac59166293b91d1dff17784

diff --git a/dev-python/node-semver/node-semver-0.8.0.ebuild b/dev-python/node-semver/node-semver-0.8.0.ebuild
new file mode 100644
index 00000000000..cebf767d37c
--- /dev/null
+++ b/dev-python/node-semver/node-semver-0.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+# entry_points is present in setup.py but it is empty
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Python version of node-semver, the semantic versioner for npm"
+HOMEPAGE="
+	https://pypi.org/project/node-semver/
+	https://github.com/podhmo/python-semver
+	https://github.com/npm/node-semver
+"
+# 0.8.0 has no tarball on PyPi
+# https://github.com/podhmo/python-semver/issues/43
+SRC_URI="https://github.com/podhmo/python-semver/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/python-semver-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-08-17 10:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17 10:40 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/ Michał Górny
2024-05-18  6:23 Michał Górny
2023-06-01  4:07 Michał Górny
2023-02-24  6:00 Michał Górny
2022-06-12 18:28 Michał Górny
2022-05-16 13:24 Michał Górny
2022-04-29  6:17 Michał Górny
2022-02-06  7:45 Joonas Niilola
2021-08-08 13:24 Louis Sautier
2020-09-21 15:30 Michał Górny
2020-03-28  9:20 Michał Górny
2020-03-28  9:20 Michał Górny
2020-02-05 16:53 Michał Górny
2019-10-21 14:08 Joonas Niilola
2019-08-12 11:03 Louis Sautier
2019-08-12 11:03 Louis Sautier
2018-01-05 13:26 Michał Górny
2017-12-18 21:59 Patrice Clement
2017-05-17 17:12 Manuel Rüger
2016-12-12  2:30 Sebastien Fabbro

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=1597660765.d80e0e6604a0e8f15727867599cdc364e362bb0a.sbraz@gentoo \
    --to=sbraz@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