public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/
Date: Mon,  7 Dec 2020 15:02:56 +0000 (UTC)	[thread overview]
Message-ID: <1607353289.3970dd1e3cdb20b2cbf0d3aacb200b28a8944d96.sping@gentoo> (raw)

commit:     3970dd1e3cdb20b2cbf0d3aacb200b28a8944d96
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 15:01:29 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 15:01:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3970dd1e

app-portage/fetchcommandwrapper: Address PythonCompatUpdate

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 app-portage/fetchcommandwrapper/Manifest           |  3 ---
 .../fetchcommandwrapper-0.8.1-r1.ebuild            | 25 ---------------------
 .../fetchcommandwrapper-0.8.2.ebuild               | 25 ---------------------
 .../fetchcommandwrapper-0.8.3.ebuild               | 26 ----------------------
 ....ebuild => fetchcommandwrapper-0.8.4-r1.ebuild} |  2 +-
 5 files changed, 1 insertion(+), 80 deletions(-)

diff --git a/app-portage/fetchcommandwrapper/Manifest b/app-portage/fetchcommandwrapper/Manifest
index 2828f659675..31ac8cfa292 100644
--- a/app-portage/fetchcommandwrapper/Manifest
+++ b/app-portage/fetchcommandwrapper/Manifest
@@ -1,4 +1 @@
-DIST fetchcommandwrapper-0.8.1.tar.gz 3579 BLAKE2B c2bf9bf5c463c264ace781a513e4943c4dc4196bfbef1e14112f673d0662c89b947daa860abe3b9b4a2cbf88d5cf6743670da7dbcec13876db7fdad2051e8e7f SHA512 087cbeaeb3126fe43708e453bc1a21a8957c47a9dedaac336bc9e6222191bf8aaafea17031b3e6d011b8bfd34483b521410eb84be43d226e5fb1ce1eccf4d4af
-DIST fetchcommandwrapper-0.8.2.tar.gz 3878 BLAKE2B aefedc663cb59190353b9148807466cc26855ff2c9693e6152cac3d4137e3f0426d2f2787d34a5f3c620f4014e5cd7fbb11463929a635e8e0d261e2e487b8921 SHA512 b6417aa0db803f00591d07fcd065ec769cf8de307e59b91690b7bbb671124ce143f29776498fada873aaa234b714cb6eefb5578333f91ce74cf76d98d62d6da7
-DIST fetchcommandwrapper-0.8.3.tar.gz 4467 BLAKE2B c6ad1d6ccfc7bc320836a371899cf43496138398a8ade7d47f8b1d8bbd8b2b7c7203c378f5628438b3a831b5a24c7b761ed9f7dbe96a21a2ddc50a8f5ba21905 SHA512 7aeb1eb55c63b7f68b4c99c5d10a102d130cccd6cd13d4012afe2d2a3a63e170457e93ff532634837cf16c625618e639da2e977cf0589a5c677ed69d85109653
 DIST fetchcommandwrapper-0.8.4.tar.gz 4553 BLAKE2B 10cf10ec5e4af355940d3f02eb7e9d4dd79ed8c13b06ed2e4c4c5c23f257e54e0825387b3b646451f3229ae6e7ec4e9c2074734204caf20389a3009fa7767a3c SHA512 e32b1a774bcc2a52356ccde8ec29a2d42de08b1e4672a0cad11a187e7996ade491dfda4fb09526e77ff5a55abfda91130cec1d0b075541d227d0e34ecb55f019

diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.1-r1.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.1-r1.ebuild
deleted file mode 100644
index 0bdcd5c06f4..00000000000
--- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Wrapper integrating aria2 into portage's FETCHCOMMAND"
-HOMEPAGE="https://github.com/hartwork/fetchcommandwrapper"
-SRC_URI="https://github.com/hartwork/fetchcommandwrapper/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-misc/aria2-1.10.2[metalink,xmlrpc]"
-
-pkg_postinst() {
-	ewarn 'You need to append'
-	ewarn '   source /usr/share/fetchcommandwrapper/make.conf'
-	ewarn 'to /etc/portage/make.conf in order to integrate fetchcommandwrapper.'
-}

diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.2.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.2.ebuild
deleted file mode 100644
index 34151af82d8..00000000000
--- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Wrapper integrating aria2 into portage's FETCHCOMMAND"
-HOMEPAGE="https://github.com/hartwork/fetchcommandwrapper"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-misc/aria2-1.10.2[metalink,xmlrpc]"
-
-pkg_postinst() {
-	ewarn 'You need to append'
-	ewarn '   source /usr/share/fetchcommandwrapper/make.conf'
-	ewarn 'to /etc/portage/make.conf in order to integrate fetchcommandwrapper.'
-}

diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.3.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.3.ebuild
deleted file mode 100644
index 652f95666cd..00000000000
--- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Wrapper integrating aria2 into portage's FETCHCOMMAND"
-HOMEPAGE="https://github.com/hartwork/fetchcommandwrapper"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-misc/aria2-1.10.2[metalink,xmlrpc]"
-
-pkg_postinst() {
-	ewarn 'You need to append'
-	ewarn '   source /usr/share/fetchcommandwrapper/make.conf'
-	ewarn 'to /etc/portage/make.conf in order to integrate fetchcommandwrapper.'
-}

diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild
similarity index 95%
rename from app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4.ebuild
rename to app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild
index 652f95666cd..0900ac9838e 100644
--- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4.ebuild
+++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1


             reply	other threads:[~2020-12-07 15:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07 15:02 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-14 17:15 [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/ Sebastian Pipping
2024-04-18 16:57 Arthur Zamarin
2023-11-05 19:51 Sebastian Pipping
2023-05-01 12:39 Michał Górny
2022-11-28 21:21 Sebastian Pipping
2022-11-28 20:37 Sebastian Pipping
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2021-09-23 20:39 Sebastian Pipping
2021-07-30  8:39 Georgy Yakovlev
2020-05-08 14:03 Sebastian Pipping
2020-03-02 19:56 Sebastian Pipping
2020-02-11 11:38 Michał Górny
2019-11-07 13:24 Sebastian Pipping
2019-04-22 16:22 Sebastian Pipping
2019-04-22 16:16 Sebastian Pipping
2018-11-17 15:32 Sebastian Pipping
2018-11-17 15:32 Sebastian Pipping
2017-05-15 20:45 Sebastian Pipping
2017-05-03 17:07 Sebastian Pipping

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=1607353289.3970dd1e3cdb20b2cbf0d3aacb200b28a8944d96.sping@gentoo \
    --to=sping@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