commit:     85eaf6dc2bbeaa47d06afffb74e147ad79c71868
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 05:41:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 05:41:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85eaf6dc

dev-python/pyproject-fmt: Remove old

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

 dev-python/pyproject-fmt/Manifest                  |  2 --
 .../pyproject-fmt/pyproject-fmt-0.3.3.ebuild       | 38 ----------------------
 .../pyproject-fmt/pyproject-fmt-0.3.4.ebuild       | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pyproject-fmt/Manifest 
b/dev-python/pyproject-fmt/Manifest
index ebdc6642028d..f99614b1f23e 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,3 +1 @@
-DIST pyproject-fmt-0.3.3.gh.tar.gz 14399 BLAKE2B 
82af6d6c4424f83ed9a5539d64bfd517cf08df4bb14b7f1321a379a4d87d140f1518444b503731344e5fdbb4b94d92ce23605fe2a1cc978d26901eae98a31b8c
 SHA512 
49c4648e140b34a6d2f27cc01be7253693e79687f2ff8dbcae5ca3cc64c14f5945f942ffb42d1d286ff221e5aaed22dc1f9953216f49232ce311c4c18130754e
-DIST pyproject-fmt-0.3.4.gh.tar.gz 14400 BLAKE2B 
3ab116fe4d4f683eb3700ca2cb855744111b806514ef18f56cbe6628bfdb6935b813e852ff6ff64716959f1580e8817f485ddcdec6c463ecf5c8935912316528
 SHA512 
0e3adddfbe8afe3b9da85033ceea7c4e37f59bf48722a5897f6e7f2963cd95ba9eef7309c095f4b3fbd927a6486a058289cc3fa5f90c0108a75686b1b81d13e2
 DIST pyproject-fmt-0.3.5.gh.tar.gz 14718 BLAKE2B 
6ccf58350fd2c4cd0726a3f66513cf9f4558b9e1cc8b9b1e2ea2b94844b9e6ab925ff5f141cbd32d8ea63b43f84a432034af69150fc1fa8ddcbfeab0a139c2d5
 SHA512 
c6b668d860f04a944872867574cfbe0946e7a5425cfa5f5b18e9ef0ce1e007197e7eb9915d76ca54e8963e71eb3fa7aee1f8362a63aa7bf89e06ca95681cdae8

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild
deleted file mode 100644
index bf9e0c458bdd..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
-       https://github.com/tox-dev/pyproject-fmt/
-       https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-       https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-       >=dev-python/tomlkit-0.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.7[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
deleted file mode 100644
index f6ca5366cc12..000000000000
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
-       https://github.com/tox-dev/pyproject-fmt/
-       https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-       https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-       >=dev-python/tomlkit-0.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-mock-3.7[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to