Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/
Date: Sat, 08 Jan 2022 13:35:54
Message-Id: 1641648945.1addfc663c689ecb55cc3e075e49f3e3f599efe8.mgorny@gentoo
1 commit: 1addfc663c689ecb55cc3e075e49f3e3f599efe8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 13:33:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 13:35:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1addfc66
7
8 dev-python/funcparserlib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/funcparserlib/Manifest | 1 -
13 .../funcparserlib-0.3.6_p20210809.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest
17 index 263f0d7d407c..bae6143af039 100644
18 --- a/dev-python/funcparserlib/Manifest
19 +++ b/dev-python/funcparserlib/Manifest
20 @@ -1,2 +1 @@
21 -DIST funcparserlib-0.3.6_p20210809.gh.tar.gz 68069 BLAKE2B 937079952a42f2171af8f6421097eb920d01eae02f870c27a790ae374a1c8c3ac27019eae78d655b80458bf319fd2db7d411404902357ac66eea5daa4472ecf9 SHA512 7d2b6d27e1981d97097c2aafc0730e5b6c6bf98707e997f87f7a9944667ea361db41305099803a43ec04b46ab53e4ab09d0863413d00a39a6fb27c30cceac361
22 DIST funcparserlib-1.0.0_alpha0.gh.tar.gz 68260 BLAKE2B e1a9a9a516142d683424df881a7c390a3999438905136fbd394f23856022f14390d22f1dd3914e680d2c188c819cce9cc4f7ff2e485478614dd4632701db4614 SHA512 02cac31d76bb888118a99367811a8cfac28a999ba113ce43f4bd6211cef815ce1793fc1767637dd019728f15d5c408e859d5bc8365a2c53804092f1d6f03e54e
23
24 diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6_p20210809.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6_p20210809.ebuild
25 deleted file mode 100644
26 index da2ed65d5555..000000000000
27 --- a/dev-python/funcparserlib/funcparserlib-0.3.6_p20210809.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
37 -inherit distutils-r1
38 -
39 -COMMIT="d4ba3955ffc10544dbae6aaed68bcab21d0c294b"
40 -
41 -DESCRIPTION="Recursive descent parsing library based on functional combinators"
42 -HOMEPAGE="https://pypi.org/project/funcparserlib/"
43 -SRC_URI="
44 - https://github.com/vlasovskikh/funcparserlib/archive/${COMMIT}.tar.gz
45 - -> ${P}.gh.tar.gz
46 -"
47 -S="${WORKDIR}/${PN}-${COMMIT}"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
52 -
53 -BDEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_tests unittest
56 -
57 -python_install_all() {
58 - local DOCS=( doc/*.md )
59 - distutils-r1_python_install_all
60 -}