public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/
Date: Tue, 15 Mar 2022 14:26:26 +0000 (UTC)	[thread overview]
Message-ID: <1647354046.2c14eabf075ffb796a73cc85ff84c673f80f8528.mgorny@gentoo> (raw)

commit:     2c14eabf075ffb796a73cc85ff84c673f80f8528
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:20:46 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:20:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c14eabf

dev-python/semantic_version: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/semantic_version/Manifest               |  2 --
 .../semantic_version/semantic_version-2.8.5.ebuild | 24 -----------------
 .../semantic_version-2.8.6_pre20211108.ebuild      | 30 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/semantic_version/Manifest b/dev-python/semantic_version/Manifest
index 9a016c5f5ab9..e9b6e3e3b8bb 100644
--- a/dev-python/semantic_version/Manifest
+++ b/dev-python/semantic_version/Manifest
@@ -1,3 +1 @@
-DIST python-semanticversion-81a4730778fba6b5c76242d3c8da6dace7e2ec0a.tar.gz 40289 BLAKE2B 3e41362b5905b69873b13aef3a5146f61991b9e7438c30351b45da420fe9acb41b03664c6c0981ae2e3e22b9f50c061da74742d999c1c5f87dbb2a365249f827 SHA512 db5bc2f40483f06ccebebbbfa14009a68e6d89ab7480d51a3cd26b10fbc9ab1b43def2ea402ceac9db16720d6226be91b04ecf34441b1d535819471007a02df6
-DIST semantic_version-2.8.5.tar.gz 50009 BLAKE2B 5f966ca68358d4963b3a41574c100a8f78275445285aebbfa47d1febb0b7a2eb3a638254d4d1bd8e093acbef47a101ef0a0d7a86475313aefa211d2a0a3cfc19 SHA512 2ab59024c148239d78de062ff3a357f81a33fd066b6be8b6f9ef0753841a4945829b1c11899cfbda6c3ff09e00aa3b689e1fb6f8b9a92bbb3c2a62dd713b6049
 DIST semantic_version-2.9.0.tar.gz 51123 BLAKE2B c487c49ad17e7ca224ca4b6602abb42d1406dad8d70a3f5d0c536160e5b2d706ff0e1497961e3b9e0391c6d773ab7d0e9699f171f5781cec1d36025450cb7019 SHA512 e08f8e83ad20e94ecd6393d88836e13703fec3c2f89dc7e44fae42d8a929b2460524053fd7440865fa136d22312501a1368b5c3e923997b02383c8227972aa74

diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
deleted file mode 100644
index b4c44d6cd4e0..000000000000
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-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 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_test() {
-	epytest -p no:django
-}

diff --git a/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild b/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild
deleted file mode 100644
index fdf4d6145c6d..000000000000
--- a/dev-python/semantic_version/semantic_version-2.8.6_pre20211108.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-EGIT_COMMIT="81a4730778fba6b5c76242d3c8da6dace7e2ec0a"
-MY_P=python-semanticversion-${EGIT_COMMIT}
-DESCRIPTION="Python library providing a few tools handling SemVer in Python"
-HOMEPAGE="https://pypi.org/project/semantic-version/"
-SRC_URI="
-	https://github.com/rbarrois/python-semanticversion/archive/${EGIT_COMMIT}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-distutils_enable_sphinx docs \
-	dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_test() {
-	epytest -p no:django
-}


             reply	other threads:[~2022-03-15 14:26 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 14:26 Michał Górny [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 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-10-04 11:14 Alexey Shvetsov
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=1647354046.2c14eabf075ffb796a73cc85ff84c673f80f8528.mgorny@gentoo \
    --to=mgorny@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