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/linkify-it-py/
Date: Thu,  1 Jun 2023 17:22:12 +0000 (UTC)	[thread overview]
Message-ID: <1685640126.ba42cad3d914279ced27514cb3fa4c6b4ae1e416.mgorny@gentoo> (raw)

commit:     ba42cad3d914279ced27514cb3fa4c6b4ae1e416
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 17:20:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 17:22:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba42cad3

dev-python/linkify-it-py: Remove old

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

 dev-python/linkify-it-py/Manifest                  |  2 --
 .../linkify-it-py/linkify-it-py-2.0.0.ebuild       | 29 ---------------------
 .../linkify-it-py/linkify-it-py-2.0.1.ebuild       | 30 ----------------------
 3 files changed, 61 deletions(-)

diff --git a/dev-python/linkify-it-py/Manifest b/dev-python/linkify-it-py/Manifest
index ad47be4b95ae..1581c8d3feb6 100644
--- a/dev-python/linkify-it-py/Manifest
+++ b/dev-python/linkify-it-py/Manifest
@@ -1,3 +1 @@
-DIST linkify-it-py-2.0.0.gh.tar.gz 76363 BLAKE2B dc04c1445b86998bd59d452cb86afdfa91d1165cbfe4148b5f9f0234b2f9f9e71fa3c41c36749e96f1269eda20fb81ed55fb63b18947e5c38bb233cdff06f9ca SHA512 7d2a66d5f0e33aece5b8d2737f20bd83f6cb2b7958b681c293f5996263f65f525862ce0cb0f7be9df1597844e58ed804b5b604c257e4d84cbf05677fd2733dda
-DIST linkify-it-py-2.0.1.gh.tar.gz 76631 BLAKE2B 5af218bbf7569376c68a97faaa2e3d7b2ee7828fd4136858a850266ded8d64894781741fcc4ffaa5c6619bcb2902d2a4d1b9ad4527837c6e7c2680c1a53203a3 SHA512 4156e3206f88154db744c649ad6c7956c53712b2f27602aad6728d1691322df11112f0fd62c2ac24b4ed06907231fc1ebca087cab769aabaaab82343ce8f425a
 DIST linkify-it-py-2.0.2.gh.tar.gz 76692 BLAKE2B b702ed78b002eac4f902dccf595150734de820b8e09e92d8339951ecbb348640d21605b7627f0ba208426f755c68f809dc6c82ec7c1b5eb450240ca4600d5355 SHA512 141002cf5c2b2760f242eb1d294833437e0df0caf671103ddb6099a083e2b6e8f20f35508b164b14206ceae2ffecb5361aa4d839152f7c52f3cfa83e905f12a7

diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
deleted file mode 100644
index 65b57ee70511..000000000000
--- a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Links recognition library with full unicode support"
-HOMEPAGE="
-	https://github.com/tsutsu3/linkify-it-py/
-	https://pypi.org/project/linkify-it-py/
-"
-SRC_URI="
-	https://github.com/tsutsu3/linkify-it-py/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/uc-micro-py[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild
deleted file mode 100644
index caa78c8fc1ad..000000000000
--- a/dev-python/linkify-it-py/linkify-it-py-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Links recognition library with full unicode support"
-HOMEPAGE="
-	https://github.com/tsutsu3/linkify-it-py/
-	https://pypi.org/project/linkify-it-py/
-"
-# no tests in sdist, as of 2.0.1
-SRC_URI="
-	https://github.com/tsutsu3/linkify-it-py/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/uc-micro-py[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2023-06-01 17:22 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 17:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-11 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/linkify-it-py/ Michał Górny
2024-02-20  9:09 Michał Górny
2024-02-20  7:45 Sam James
2024-02-05  3:52 Michał Górny
2023-06-01 17:16 Arthur Zamarin
2023-05-29 12:49 Michał Górny
2023-05-03  7:51 Michał Górny
2023-05-02  2:38 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-01-25 16:10 WANG Xuerui
2022-10-25 12:50 Sam James
2022-10-25 12:49 Sam James
2022-10-23  7:53 Agostino Sarubbo
2022-10-22 17:32 Arthur Zamarin
2022-10-22 16:49 Arthur Zamarin
2022-10-22 16:49 Arthur Zamarin
2022-10-22 16:44 Arthur Zamarin
2022-10-22 16:44 Arthur Zamarin
2022-10-08 22:36 James Le Cuirot
2022-10-07  7:03 Michał Górny
2022-09-26  6:48 Arthur Zamarin
2022-09-26  6:47 Arthur Zamarin
2022-09-19 19:04 Arthur Zamarin
2022-09-19 17:08 Arthur Zamarin
2022-09-19 17:08 Arthur Zamarin
2022-09-19 17:08 Arthur Zamarin
2022-09-19  5:36 Yixun Lan
2022-09-18 20:30 Arthur Zamarin
2022-09-18 20:30 Arthur Zamarin
2022-09-18 20:30 Arthur Zamarin
2022-09-18 18:50 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=1685640126.ba42cad3d914279ced27514cb3fa4c6b4ae1e416.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