From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/build/ Date: Mon, 10 Jan 2022 12:54:20 +0000 (UTC) [thread overview] Message-ID: <1641819245.6ce8e5589ce21421807fa696c6c1c8a7c4d2a2a4.andrewammerlaan@gentoo> (raw) commit: 6ce8e5589ce21421807fa696c6c1c8a7c4d2a2a4 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Jan 10 12:54:05 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jan 10 12:54:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ce8e558 dev-python/build: remove duplicate Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/build/Manifest | 1 - dev-python/build/build-0.7.0.ebuild | 46 ------------------------------------- dev-python/build/metadata.xml | 12 ---------- 3 files changed, 59 deletions(-) diff --git a/dev-python/build/Manifest b/dev-python/build/Manifest deleted file mode 100644 index 82632e0ef..000000000 --- a/dev-python/build/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST build-0.7.0.tar.gz 37127 BLAKE2B b06ba16c154087046bd5efddb5fd6f60dad9ee79a204a0c1124fb4885d3692bcf4bd88b75c9665ade3f8457e12742d32e3cef40a0ffb5a894b049a6e942c09e3 SHA512 fd8410dc91333ba94c5141dd78f8052b66f947839752a5d0f401630f6bceed5be2e1f45eceaa2a98908c0e3ddb88a00e3ccca341a3890fa99202bc560ab6ff42 diff --git a/dev-python/build/build-0.7.0.ebuild b/dev-python/build/build-0.7.0.ebuild deleted file mode 100644 index 9a6c1436d..000000000 --- a/dev-python/build/build-0.7.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A simple, correct PEP517 build frontend" -HOMEPAGE="https://github.com/pypa/build https://pypi.org/project/build/" -SRC_URI="https://github.com/pypa/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pep517[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -# distutils_enable_sphinx docs \ -# dev-python/furo \ -# dev-python/sphinx-argparse-cli \ -# dev-python/sphinx-autodoc-typehints - -EPYTEST_DESELECT=( - tests/test_env.py::test_isolated_env_log - tests/test_main.py::test_build_package - tests/test_main.py::test_build_package_via_sdist - tests/test_main.py::test_output - tests/test_main.py::test_output_env_subprocess_error - "tests/test_util.py::test_wheel_metadata[True]" - tests/test_util.py::test_wheel_metadata_isolation - tests/test_util.py::test_with_get_requires -) diff --git a/dev-python/build/metadata.xml b/dev-python/build/metadata.xml deleted file mode 100644 index 56d65e261..000000000 --- a/dev-python/build/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="pypi">build</remote-id> - <doc>https://pypa-build.readthedocs.io/en/latest/</doc> - </upstream> - <maintainer type="person"> - <email>cyber+gentoo@sysrq.in</email> - <name>Anna</name> - </maintainer> -</pkgmetadata>
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/build/ Date: Mon, 10 Jan 2022 13:13:48 +0000 (UTC) [thread overview] Message-ID: <1641819245.6ce8e5589ce21421807fa696c6c1c8a7c4d2a2a4.andrewammerlaan@gentoo> (raw) Message-ID: <20220110131348.25XNHwr3b8M-jPw7N-8e1sVgn-1h1IX8YHByhoMXyHg@z> (raw) commit: 6ce8e5589ce21421807fa696c6c1c8a7c4d2a2a4 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Jan 10 12:54:05 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jan 10 12:54:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ce8e558 dev-python/build: remove duplicate Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/build/Manifest | 1 - dev-python/build/build-0.7.0.ebuild | 46 ------------------------------------- dev-python/build/metadata.xml | 12 ---------- 3 files changed, 59 deletions(-) diff --git a/dev-python/build/Manifest b/dev-python/build/Manifest deleted file mode 100644 index 82632e0ef..000000000 --- a/dev-python/build/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST build-0.7.0.tar.gz 37127 BLAKE2B b06ba16c154087046bd5efddb5fd6f60dad9ee79a204a0c1124fb4885d3692bcf4bd88b75c9665ade3f8457e12742d32e3cef40a0ffb5a894b049a6e942c09e3 SHA512 fd8410dc91333ba94c5141dd78f8052b66f947839752a5d0f401630f6bceed5be2e1f45eceaa2a98908c0e3ddb88a00e3ccca341a3890fa99202bc560ab6ff42 diff --git a/dev-python/build/build-0.7.0.ebuild b/dev-python/build/build-0.7.0.ebuild deleted file mode 100644 index 9a6c1436d..000000000 --- a/dev-python/build/build-0.7.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A simple, correct PEP517 build frontend" -HOMEPAGE="https://github.com/pypa/build https://pypi.org/project/build/" -SRC_URI="https://github.com/pypa/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pep517[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -# distutils_enable_sphinx docs \ -# dev-python/furo \ -# dev-python/sphinx-argparse-cli \ -# dev-python/sphinx-autodoc-typehints - -EPYTEST_DESELECT=( - tests/test_env.py::test_isolated_env_log - tests/test_main.py::test_build_package - tests/test_main.py::test_build_package_via_sdist - tests/test_main.py::test_output - tests/test_main.py::test_output_env_subprocess_error - "tests/test_util.py::test_wheel_metadata[True]" - tests/test_util.py::test_wheel_metadata_isolation - tests/test_util.py::test_with_get_requires -) diff --git a/dev-python/build/metadata.xml b/dev-python/build/metadata.xml deleted file mode 100644 index 56d65e261..000000000 --- a/dev-python/build/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="pypi">build</remote-id> - <doc>https://pypa-build.readthedocs.io/en/latest/</doc> - </upstream> - <maintainer type="person"> - <email>cyber+gentoo@sysrq.in</email> - <name>Anna</name> - </maintainer> -</pkgmetadata>
next reply other threads:[~2022-01-10 12:54 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-10 12:54 Andrew Ammerlaan [this message] 2022-01-10 13:13 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/build/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2021-12-06 17:23 [gentoo-commits] repo/proj/guru:dev " Anna Vyalkova
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=1641819245.6ce8e5589ce21421807fa696c6c1c8a7c4d2a2a4.andrewammerlaan@gentoo \ --to=andrewammerlaan@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: linkBe 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