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: Thu, 19 Mar 2020 17:20:39 +0000 (UTC)	[thread overview]
Message-ID: <1584638417.dcfa01926f3eed7f23d9075cb203989c1c53f1d5.mgorny@gentoo> (raw)

commit:     dcfa01926f3eed7f23d9075cb203989c1c53f1d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:06:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:20:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfa0192

app-portage/gpyutils: Remove redundant versions

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

 app-portage/gpyutils/Manifest              |  3 ---
 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 22 ----------------------
 app-portage/gpyutils/gpyutils-0.3.ebuild   | 24 ------------------------
 app-portage/gpyutils/gpyutils-0.4.ebuild   | 24 ------------------------
 4 files changed, 73 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b4bc356e216..1dd49fa409c 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1 @@
-DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1 SHA512 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
-DIST gpyutils-0.3.tar.gz 19322 BLAKE2B 0b761139f803e1c36d2d9bc8c8e77a8606697a5f872f8eece4bc130657918e639ff82dd275d4553c92a2f1f8a9fe66687e6dce4de40450af435d52fd1ddb91a1 SHA512 2481ccca1390cf65f7a466c7742869977156eebb5d7ab6fe8a421c53dbe1e971e59fce8b4544396fd8682bf9ce73f245d611f2527725cae7253d68ebd2d9b1a2
 DIST gpyutils-0.4.1.tar.gz 19444 BLAKE2B 20b9a3072337665a83e86994b4b0e5cc33673364320838ab3e56b87b06146d91d519f1b60023fa3e9be0bc6fc10a207a3fe87937158edb2c8607d8145022ee50 SHA512 c3420ec2c5fff39b32beb43b48eb06179534c359f755e5877d29ba4e3f393ce62c8ded48cd909bc69c20730d028e01c76375892ebb2a364017aa196c81865ecf
-DIST gpyutils-0.4.tar.gz 19463 BLAKE2B 4f7a0a474c0c5dcb3afec6ccfb920df17d23eb91aba21765626a791cd7fc533b4165e5aa97df7def2dd5464a2558026378262dbcec48915252ceabb4e37511aa SHA512 02c77cc894adc0e81815777bfeb5f003d74e4b8c54b0f8701c4ada924f09f7f50128d1e842d138f90529f93eef959adac5816d662009bf5e8ca99fe528b35ae0

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
deleted file mode 100644
index 9d2a031d5cb..00000000000
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-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.2.9[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild
deleted file mode 100644
index 07d1c4984b1..00000000000
--- a/app-portage/gpyutils/gpyutils-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-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.1[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.4.ebuild b/app-portage/gpyutils/gpyutils-0.4.ebuild
deleted file mode 100644
index 07d1c4984b1..00000000000
--- a/app-portage/gpyutils/gpyutils-0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-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.1[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


             reply	other threads:[~2020-03-19 17:21 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 17:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ 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  6:21 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-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=1584638417.dcfa01926f3eed7f23d9075cb203989c1c53f1d5.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