From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1344994-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 89BD6158086
	for <garchives@archives.gentoo.org>; Wed,  1 Dec 2021 19:39:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5D99B2BC0B5;
	Wed,  1 Dec 2021 19:39:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2D4092BC0B2
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1510034309A
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C0078200
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:13 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
Message-ID: <1638387501.374c8c03a6ef38d44ccebf9ec987979ab4535e13.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pep517/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/pep517/Manifest dev-python/pep517/metadata.xml dev-python/pep517/pep517-0.9.1.ebuild
X-VCS-Directories: dev-python/pep517/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 374c8c03a6ef38d44ccebf9ec987979ab4535e13
X-VCS-Branch: dev
Date: Wed,  1 Dec 2021 19:39:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 67cfb4ea-d5b0-4059-8c75-79c4a7bb8af5
X-Archives-Hash: 3f919c4033f54284933cc08d7805d2f2

commit:     374c8c03a6ef38d44ccebf9ec987979ab4535e13
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  1 19:38:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec  1 19:38:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=374c8c03

dev-python/pep517: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pep517/Manifest            |  1 -
 dev-python/pep517/metadata.xml        | 18 -------------
 dev-python/pep517/pep517-0.9.1.ebuild | 48 -----------------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest
deleted file mode 100644
index 18a1a13e0..000000000
--- a/dev-python/pep517/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pep517-0.9.1.tar.gz 23213 BLAKE2B 2108178a35baff87657a5e0cc7684adad28e53d57fb4066826a9f5d5b0d8910096d208a3ca159005fa7ca0dad5b172ec0080131d177d03db1b1bc37692379d5b SHA512 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df

diff --git a/dev-python/pep517/metadata.xml b/dev-python/pep517/metadata.xml
deleted file mode 100644
index ae262366c..000000000
--- a/dev-python/pep517/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-  <longdescription lang="en">
-PEP 517 specifies a standard API for systems which build Python packages.
-
-This package contains wrappers around the hooks specified by PEP 517. It provides:
-
-    A mechanism to call the hooks in a subprocess, so they are isolated from the current process.
-    Fallbacks for the optional hooks, so that frontends can call the hooks without checking which are defined.
-    Higher-level functions which install the build dependencies into a temporary environment and build a wheel/sdist using them.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">pypa/pep517</remote-id>
-    <remote-id type="pypi">pep517</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/pep517/pep517-0.9.1.ebuild b/dev-python/pep517/pep517-0.9.1.ebuild
deleted file mode 100644
index 102c4905d..000000000
--- a/dev-python/pep517/pep517-0.9.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-inherit distutils-r1
-
-DESCRIPTION="standard API for systems which build Python packages"
-HOMEPAGE="
-	https://github.com/pypa/pep517
-	https://pypi.org/project/pep517
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/toml[${PYTHON_USEDEP}]
-
-	$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7)
-	$(python_gen_cond_dep 'dev-python/zipp[${PYTHON_USEDEP}]' python3_7)
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/testpath[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i 's|addopts=--flake8||' pytest.ini
-	default
-}
-
-python_test() {
-	pytest -vv \
-			--deselect tests/test_meta.py::test_classic_package		\
-			--deselect tests/test_meta.py::test_meta_output			\
-			--deselect tests/test_meta.py::test_meta_for_this_package || die
-}


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1345000-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D5EC0158086
	for <garchives@archives.gentoo.org>; Wed,  1 Dec 2021 19:39:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A44DD2BC0B8;
	Wed,  1 Dec 2021 19:39:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4AC172BC0B8
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4FEB73430AA
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C96D5200
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Dec 2021 19:39:19 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
Message-ID: <1638387501.374c8c03a6ef38d44ccebf9ec987979ab4535e13.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pep517/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/pep517/Manifest dev-python/pep517/metadata.xml dev-python/pep517/pep517-0.9.1.ebuild
X-VCS-Directories: dev-python/pep517/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 374c8c03a6ef38d44ccebf9ec987979ab4535e13
X-VCS-Branch: master
Date: Wed,  1 Dec 2021 19:39:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3cb762fc-4ca2-4fb4-baaf-54ea6b6f454e
X-Archives-Hash: d627aeef14a527ca78745e2d4d0d9baa
Message-ID: <20211201193919.dTTnwzvVmCz7WxU1zqP-AKfn1pl5wF-aSahM1ouNNK8@z>

commit:     374c8c03a6ef38d44ccebf9ec987979ab4535e13
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  1 19:38:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec  1 19:38:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=374c8c03

dev-python/pep517: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pep517/Manifest            |  1 -
 dev-python/pep517/metadata.xml        | 18 -------------
 dev-python/pep517/pep517-0.9.1.ebuild | 48 -----------------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest
deleted file mode 100644
index 18a1a13e0..000000000
--- a/dev-python/pep517/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pep517-0.9.1.tar.gz 23213 BLAKE2B 2108178a35baff87657a5e0cc7684adad28e53d57fb4066826a9f5d5b0d8910096d208a3ca159005fa7ca0dad5b172ec0080131d177d03db1b1bc37692379d5b SHA512 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df

diff --git a/dev-python/pep517/metadata.xml b/dev-python/pep517/metadata.xml
deleted file mode 100644
index ae262366c..000000000
--- a/dev-python/pep517/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-  <longdescription lang="en">
-PEP 517 specifies a standard API for systems which build Python packages.
-
-This package contains wrappers around the hooks specified by PEP 517. It provides:
-
-    A mechanism to call the hooks in a subprocess, so they are isolated from the current process.
-    Fallbacks for the optional hooks, so that frontends can call the hooks without checking which are defined.
-    Higher-level functions which install the build dependencies into a temporary environment and build a wheel/sdist using them.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">pypa/pep517</remote-id>
-    <remote-id type="pypi">pep517</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/pep517/pep517-0.9.1.ebuild b/dev-python/pep517/pep517-0.9.1.ebuild
deleted file mode 100644
index 102c4905d..000000000
--- a/dev-python/pep517/pep517-0.9.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-inherit distutils-r1
-
-DESCRIPTION="standard API for systems which build Python packages"
-HOMEPAGE="
-	https://github.com/pypa/pep517
-	https://pypi.org/project/pep517
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/toml[${PYTHON_USEDEP}]
-
-	$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7)
-	$(python_gen_cond_dep 'dev-python/zipp[${PYTHON_USEDEP}]' python3_7)
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/testpath[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i 's|addopts=--flake8||' pytest.ini
-	default
-}
-
-python_test() {
-	pytest -vv \
-			--deselect tests/test_meta.py::test_classic_package		\
-			--deselect tests/test_meta.py::test_meta_output			\
-			--deselect tests/test_meta.py::test_meta_for_this_package || die
-}