public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/tuir/, dev-python/kitchen/
@ 2021-02-16 21:10 Theo Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Anderson @ 2021-02-16 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a07aefe3dbe611317ab6d1ff6c0f9b160518f3be
Author:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 16 10:44:37 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 16 10:44:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a07aefe3

net-misc/tuir: fixed ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>

 dev-python/kitchen/Manifest             | 2 +-
 dev-python/kitchen/kitchen-1.2.6.ebuild | 8 +-------
 net-misc/tuir/tuir-1.29.0.ebuild        | 8 ++++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest
index 7af3047e..936e8f58 100644
--- a/dev-python/kitchen/Manifest
+++ b/dev-python/kitchen/Manifest
@@ -1 +1 @@
-DIST 1.2.6.tar.gz 258124 BLAKE2B 7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf SHA512 d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7
+DIST kitchen-1.2.6.tar.gz 258124 BLAKE2B 7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf SHA512 d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7

diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild b/dev-python/kitchen/kitchen-1.2.6.ebuild
index a7b23cc2..3d2ddd9f 100644
--- a/dev-python/kitchen/kitchen-1.2.6.ebuild
+++ b/dev-python/kitchen/kitchen-1.2.6.ebuild
@@ -8,16 +8,10 @@ inherit distutils-r1
 
 DESCRIPTION="Kitchen contains a cornucopia of useful code"
 HOMEPAGE="https://github.com/fedora-infra/kitchen"
-SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz"
-
-S="${WORKDIR}/${P}"
+SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 
 SLOT="0"
 
 KEYWORDS="~amd64"
-
-src_prepare() {
-    distutils-r1_src_prepare
-}

diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild
index 0a887318..cd2a9be4 100644
--- a/net-misc/tuir/tuir-1.29.0.ebuild
+++ b/net-misc/tuir/tuir-1.29.0.ebuild
@@ -11,18 +11,18 @@ DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit from
 HOMEPAGE="https://gitlab.com/ajak/tuir"
 SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v${PV}/tuir-v${PV}.tar.gz"
 
-S="${WORKDIR}/${PN}-v${PV}"
-
 LICENSE="MIT"
 
 SLOT="0"
 
-KEYWORDS="~amd64"
+S="${WORKDIR}/${PN}-v${PV}"
 
-RDEPEND="${DEPEND}"
+KEYWORDS="~amd64"
 
 DEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
 dev-python/decorator[${PYTHON_USEDEP}]
 dev-python/requests[${PYTHON_USEDEP}]
 dev-python/six[${PYTHON_USEDEP}]
 dev-python/kitchen[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/tuir/, dev-python/kitchen/
@ 2021-02-16 21:10 Theo Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Anderson @ 2021-02-16 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8a8bf975ed06762895883f71bb8aedfd61a3d13d
Author:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 16 09:55:06 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 16 09:55:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a8bf975

dev-python/kitchen: fixed ebuild, thx telans!

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>

 dev-python/kitchen/kitchen-1.2.6.ebuild | 11 ++++++++---
 net-misc/tuir/tuir-1.29.0.ebuild        | 16 +++++++++-------
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild b/dev-python/kitchen/kitchen-1.2.6.ebuild
index 2b58ff54..a7b23cc2 100644
--- a/dev-python/kitchen/kitchen-1.2.6.ebuild
+++ b/dev-python/kitchen/kitchen-1.2.6.ebuild
@@ -3,11 +3,14 @@
 
 EAPI=7
 
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+inherit distutils-r1
+
 DESCRIPTION="Kitchen contains a cornucopia of useful code"
 HOMEPAGE="https://github.com/fedora-infra/kitchen"
-SRC_URI="https://github.com/fedora-infra/kitchen/archive/1.2.6.tar.gz"
+SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz"
 
-S="${WORKDIR}"
+S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 
@@ -15,4 +18,6 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/python"
+src_prepare() {
+    distutils-r1_src_prepare
+}

diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild
index 07564543..0a887318 100644
--- a/net-misc/tuir/tuir-1.29.0.ebuild
+++ b/net-misc/tuir/tuir-1.29.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_REQ_USE="ncurses"
 inherit distutils-r1
 
 DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit from your terminal"
-HOMEPAGE="https://github.com/proycon/tuir"
-SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v1.29.0/tuir-v1.29.0.tar.gz"
+HOMEPAGE="https://gitlab.com/ajak/tuir"
+SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v${PV}/tuir-v${PV}.tar.gz"
 
 S="${WORKDIR}/${PN}-v${PV}"
 
@@ -19,8 +19,10 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-DEPEND="dev-python/beautifulsoup
-dev-python/decorator
-dev-python/requests
-dev-python/six
-dev-python/kitchen"
+RDEPEND="${DEPEND}"
+
+DEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
+dev-python/decorator[${PYTHON_USEDEP}]
+dev-python/requests[${PYTHON_USEDEP}]
+dev-python/six[${PYTHON_USEDEP}]
+dev-python/kitchen[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-16 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-16 21:10 [gentoo-commits] repo/proj/guru:master commit in: net-misc/tuir/, dev-python/kitchen/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2021-02-16 21:10 Theo Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox