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: app-portage/gpyutils/
Date: Sat,  3 Jul 2021 06:21:20 +0000 (UTC)	[thread overview]
Message-ID: <1625293271.894d72f1803af209bb70571dcc1bcc84fe22c03d.mgorny@gentoo> (raw)

commit:     894d72f1803af209bb70571dcc1bcc84fe22c03d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 06:18:32 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 06:21:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d72f1

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest              |  2 --
 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 26 --------------------------
 app-portage/gpyutils/gpyutils-0.5.1.ebuild | 26 --------------------------
 3 files changed, 54 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e0ba6cbb817..30ed7589669 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,2 @@
-DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085 SHA512 f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
-DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31 SHA512 5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c SHA512 1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
deleted file mode 100644
index f00bb9f55f4..00000000000
--- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/"
-SRC_URI="
-	https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.5.1.ebuild b/app-portage/gpyutils/gpyutils-0.5.1.ebuild
deleted file mode 100644
index 07c9616731d..00000000000
--- a/app-portage/gpyutils/gpyutils-0.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/"
-SRC_URI="
-	https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


             reply	other threads:[~2021-07-03  6:21 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-03  6:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-26 15:34 [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ Michał Górny
2024-10-26 15:16 Arthur Zamarin
2024-10-11 16:40 Michał Górny
2024-07-09 14:50 Michał Górny
2024-02-24  9:50 Michał Górny
2024-02-24  9:49 Michał Górny
2024-02-08 20:53 Michał Górny
2024-02-08 10:18 Michał Górny
2024-02-08  8:28 Sam James
2024-02-08  6:31 Sam James
2024-02-08  6:29 Sam James
2024-02-08  6:29 Sam James
2024-01-30 17:52 Michał Górny
2024-01-29  6:38 WANG Xuerui
2024-01-23 19:32 Arthur Zamarin
2024-01-15  0:05 Jakov Smolić
2024-01-14 18:29 Sam James
2024-01-14 15:42 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-02  8:28 Michał Górny
2023-06-02  4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-05-30  0:27 Sam James
2023-05-22  5:53 Michał Górny
2023-04-25 22:52 Sam James
2023-04-25 22:52 Sam James
2023-04-25 22:48 Sam James
2023-04-09 11:36 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:33 Arthur Zamarin
2023-02-03 16:46 Michał Górny
2023-02-03 15:22 Michał Górny
2023-02-01 19:36 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-09 21:18 Sam James
2022-06-25 11:18 Michał Górny
2022-06-25  8:22 Arthur Zamarin
2022-05-28  6:03 Michał Górny
2022-05-27 14:41 Michał Górny
2022-05-27 14:41 Michał Górny
2022-05-27 14:15 Michał Górny
2022-05-17  6:54 Michał Górny
2022-05-16 20:45 Michał Górny
2022-05-16 20:45 Michał Górny
2022-05-16 18:48 Michał Górny
2022-05-16 16:12 Michał Górny
2022-05-16 16:12 Michał Górny
2021-08-02  5:44 Michał Górny
2021-07-03  1:28 Sam James
2021-06-30 11:13 Michał Górny
2021-05-24 18:52 Michał Górny
2021-05-23 14:06 Michał Górny
2021-05-23 14:06 Michał Górny
2021-05-23 12:59 Michał Górny
2021-01-07 23:19 Michał Górny
2020-11-18 10:28 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-09-24 13:49 Michał Górny
2020-09-24  6:46 Agostino Sarubbo
2020-09-19 12:29 Michał Górny
2020-09-16 13:17 Michał Górny
2020-09-01 13:21 Michał Górny
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-07-29 10:20 Michał Górny
2020-06-01 11:12 Michał Górny
2020-05-30 17:27 Michał Górny
2020-05-26  3:10 Mike Gilbert
2020-03-19 17:20 Michał Górny
2020-03-18 11:04 Agostino Sarubbo
2020-03-15 11:45 Agostino Sarubbo
2020-02-11 11:38 Michał Górny
2020-02-10 21:29 Michał Górny
2020-02-10 20:32 Michał Górny
2019-12-16 14:38 Michał Górny
2019-11-17 22:41 Michał Górny
2018-09-09  6:56 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-07-17 11:35 Michał Górny
2018-07-13 22:56 Michał Górny
2017-05-22 16:49 Michał Górny
2017-05-14 10:36 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2016-08-07 16:55 Mike Gilbert

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=1625293271.894d72f1803af209bb70571dcc1bcc84fe22c03d.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