commit:     2036cbb87b9a1bcb8288c97d942f06145212bbb7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 13:26:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 13:34:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2036cbb8

dev-python/cwcwidth: Remove old

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

 dev-python/cwcwidth/Manifest              |  2 --
 dev-python/cwcwidth/cwcwidth-0.1.1.ebuild | 29 -----------------------------
 dev-python/cwcwidth/cwcwidth-0.1.2.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-python/cwcwidth/Manifest b/dev-python/cwcwidth/Manifest
index 040fb295090..f2e0d8e4b2d 100644
--- a/dev-python/cwcwidth/Manifest
+++ b/dev-python/cwcwidth/Manifest
@@ -1,3 +1 @@
-DIST cwcwidth-0.1.1.gh.tar.gz 9054 BLAKE2B 
fb907d467a143851cc000061f9787f032788d7b684307341208ed498ade160bcd01d372ee2281fde7d1e1561aaa309d6d0bf9b776abaaef042f8b22e9df8d948
 SHA512 
b025af3a21d22634fe154f32fdbf380eb56d085e247147b2d0031ca36ef9d8de68aaae8133e611ec3bb36e2bc69f384e3dc23654abde2cb8b715305ba26cb66d
-DIST cwcwidth-0.1.2.gh.tar.gz 9490 BLAKE2B 
3bb2e918361eef7887ec3684ad1414a0db109326f435e61fb1e00a52edbda8a6575bc748dc40967c861c08b5707d7389877a87cadf5ae6af9244e86b156eca1b
 SHA512 
897eae8369bbfd52894f3dbd488c0987298ba9a928739c9ecd711a55e189accf3ec0b6c0e4db9458bb363e71cb0804bf97eb9118509a5d8da5b6bd02fde177a2
 DIST cwcwidth-0.1.4.gh.tar.gz 11488 BLAKE2B 
8d71a172f60e7c365917845e4e5b7e4c703868c8b318fbf07bce44e4b34f0512af84b939a91aba8db73ad362c1c514151e74c81461ea856f73f57efbf1676b75
 SHA512 
e9aaf003b44d30cf8fa2ae015c2b1af4552a84274416e79f1c56d075aa55fb238b8726d9a052ed8db6f3a0e265e5e170431f9815f1b1255e0a9170845f09b7f3

diff --git a/dev-python/cwcwidth/cwcwidth-0.1.1.ebuild 
b/dev-python/cwcwidth/cwcwidth-0.1.1.ebuild
deleted file mode 100644
index fc41a3538ac..00000000000
--- a/dev-python/cwcwidth/cwcwidth-0.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for wc(s)width"
-HOMEPAGE="
-       https://github.com/sebastinas/cwcwidth/
-       https://pypi.org/project/cwcwidth/";
-SRC_URI="
-       https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_test() {
-       cd tests || die
-       distutils-r1_src_test
-}

diff --git a/dev-python/cwcwidth/cwcwidth-0.1.2.ebuild 
b/dev-python/cwcwidth/cwcwidth-0.1.2.ebuild
deleted file mode 100644
index fc41a3538ac..00000000000
--- a/dev-python/cwcwidth/cwcwidth-0.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for wc(s)width"
-HOMEPAGE="
-       https://github.com/sebastinas/cwcwidth/
-       https://pypi.org/project/cwcwidth/";
-SRC_URI="
-       https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_test() {
-       cd tests || die
-       distutils-r1_src_test
-}

Reply via email to