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/pycargoebuild/
Date: Mon, 24 Jul 2023 12:42:40 +0000 (UTC)	[thread overview]
Message-ID: <1690202445.73a90c19447f7cfe0739a89b3663ca98e8c7f904.mgorny@gentoo> (raw)

commit:     73a90c19447f7cfe0739a89b3663ca98e8c7f904
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 12:40:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 12:40:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a90c19

app-portage/pycargoebuild: Remove old

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

 app-portage/pycargoebuild/Manifest                 |  4 ---
 .../pycargoebuild/pycargoebuild-0.6.3.ebuild       | 32 ----------------------
 app-portage/pycargoebuild/pycargoebuild-0.7.ebuild | 32 ----------------------
 app-portage/pycargoebuild/pycargoebuild-0.8.ebuild | 32 ----------------------
 app-portage/pycargoebuild/pycargoebuild-0.9.ebuild | 32 ----------------------
 5 files changed, 132 deletions(-)

diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index afd51dc93e28..b139514bf10a 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,5 +1 @@
 DIST pycargoebuild-0.10.gh.tar.gz 34148 BLAKE2B c26fe54ce161cf27b39b795a1901900890a9aeac17276139db3e998b7e1f985806dbb96496dc818acba2b22afee053bf2721536b48a425222101d8ca97528677 SHA512 e2d4f177af01dcdb573d48dc873b18c2d6d6377189987b723564cbe1654d1a3449d730cd9dd9ed62f255f070b15992c8f5d952ecedb1cc8a29ed5d8f3adaaa4d
-DIST pycargoebuild-0.6.3.gh.tar.gz 23545 BLAKE2B f5c13947d1b03a4ef1c48eca82fe3c1104f9407d06abd035c3997ee57dcb92d5066f1c976a176058d7ead4332930789d93b38dbe52faf4c42ca7b4b7e6603098 SHA512 96c2c3e2a4715b922b28c8af4fe5031be6fd224780d06ee9c38f1611c384804b0d870b7680b3e88911cf34e64bd38354ccabfcf8d5c693a83f1d8b45924dceff
-DIST pycargoebuild-0.7.gh.tar.gz 23613 BLAKE2B f05d149a40efea5dd25f3738c71dcbba7736349385a2e77ab728c7c43dd3ba7a28819ad40ec9098592705be54b2d1f3e4f69cf5b439a260794f6a1a1b46fc857 SHA512 a8204d0023e10342b6de6af33bc3cf0871ef8622fb8ce4f614a4c938909299cb3cf710aa0626b8a5bbc74fd372636a914018efebcef92d54c0cd03d3fa19f942
-DIST pycargoebuild-0.8.gh.tar.gz 26065 BLAKE2B 6ef16c762df79ed713d71cec5597cac4422d1d9bb6bb4d3114b053bbca9a7c591b3b016434bea2b70e1358b680e25851f9d64a40801fbbda18e9c7f1583cd2cc SHA512 d7f62e37d841b2b861c0dfd7d7458adcbc10d0aaaff7a737bab62005b250e221a543ca449819797f73e3b9c66ed337336858f2e7c303c78f6933d6b0e6dfb618
-DIST pycargoebuild-0.9.gh.tar.gz 33607 BLAKE2B 6632ff136ce88fd3e4a64a78d847f93fa811f08bdd65d4eb7c0f1c9f6ba3db67638170922868701341d776748f0c9a6c3165d96c885b8a44bec22c180ed7f542 SHA512 42254b94ab8fb44371006972da0349d7876fe4654454339bb4e7a1caf049808aed5aebc3a23da5b0d52f814a78e3c6fa18eff29fb0eaecee589dfbd19310c86d

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.6.3.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.6.3.ebuild
deleted file mode 100644
index 37e3169e3b42..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.6.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
-	https://github.com/projg2/pycargoebuild/
-	https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
-	https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64"
-
-RDEPEND="
-	dev-python/license-expression[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.7.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.7.ebuild
deleted file mode 100644
index feb024eb05b6..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
-	https://github.com/projg2/pycargoebuild/
-	https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
-	https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-RDEPEND="
-	dev-python/license-expression[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.8.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.8.ebuild
deleted file mode 100644
index feb024eb05b6..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
-	https://github.com/projg2/pycargoebuild/
-	https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
-	https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-RDEPEND="
-	dev-python/license-expression[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.9.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.9.ebuild
deleted file mode 100644
index feb024eb05b6..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
-	https://github.com/projg2/pycargoebuild/
-	https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
-	https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-RDEPEND="
-	dev-python/license-expression[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/tomli[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2023-07-24 12:42 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-24 12:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08 20:25 [gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/ Michał Górny
2025-02-08 18:04 Sam James
2025-01-29  9:48 Michał Górny
2024-11-16  8:19 Michał Górny
2024-10-31 16:32 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-02  6:58 Michał Górny
2024-02-18  3:28 Michał Górny
2024-01-31 20:17 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-25  0:42 Sam James
2024-01-08 14:48 Michał Górny
2023-12-24 13:34 Michał Górny
2023-12-21 10:47 Michał Górny
2023-12-21  6:52 Sam James
2023-11-29 16:59 Michał Górny
2023-11-29 16:59 Michał Górny
2023-11-27 18:47 Michał Górny
2023-11-25 19:47 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-06-28 17:17 Michał Górny
2023-06-28  9:53 Michał Górny
2023-06-27 14:58 Michał Górny
2023-06-18 15:02 Michał Górny
2023-06-18 15:02 Michał Górny
2023-04-29  9:44 Arthur Zamarin
2023-04-08 18:45 Michał Górny
2023-04-08 18:04 Arthur Zamarin
2023-04-05 21:53 Georgy Yakovlev
2023-04-02 19:03 Michał Górny
2023-01-20 21:07 Sam James
2023-01-20 17:40 Michał Górny
2023-01-15  7:43 Michał Górny
2023-01-14 17:25 Michał Górny
2022-12-22 17:00 Michał Górny
2022-12-21  8:56 Michał Górny
2022-12-11 18:44 Michał Górny
2022-12-03 15:44 Michał Górny
2022-11-29  6:59 Michał Górny
2022-11-28  6:05 Michał Górny
2022-11-25 17:09 Michał Górny
2022-11-22 19:30 Michał Górny
2022-11-22 14:42 Michał Górny
2022-11-13 18:41 Michał Górny
2022-11-13 13:23 Michał Górny
2022-11-12 18:56 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=1690202445.73a90c19447f7cfe0739a89b3663ca98e8c7f904.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