Diff pyparsing-3.0.9 with a pyparsing-3.1.0
/usr/portage/dev-python/pyparsing/pyparsing-3.1.0.ebuild 2023-10-09 14:52:30.344368372 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 2004-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep |
|
5 |
EAPI=7 |
|
4 |
# please keep this ebuild at EAPI 8 -- sys-apps/portage dep |
|
5 |
EAPI=8 |
|
6 | 6 | |
7 | 7 |
DISTUTILS_USE_PEP517=flit |
8 | 8 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
9 | 9 | |
10 |
inherit distutils-r1 |
|
10 |
inherit distutils-r1 pypi |
|
11 | 11 | |
12 |
MY_P=${P/-/_} |
|
13 | 12 |
DESCRIPTION="Easy-to-use Python module for text parsing" |
14 | 13 |
HOMEPAGE=" |
15 | 14 |
https://github.com/pyparsing/pyparsing/ |
16 | 15 |
https://pypi.org/project/pyparsing/ |
17 | 16 |
" |
18 |
SRC_URI=" |
|
19 |
https://github.com/pyparsing/pyparsing/archive/${MY_P}.tar.gz |
|
20 |
-> ${MY_P}.gh.tar.gz |
|
21 |
" |
|
22 |
S="${WORKDIR}/${PN}-${MY_P}" |
|
23 | 17 | |
24 | 18 |
LICENSE="MIT" |
25 | 19 |
SLOT="0" |
... | ... | |
35 | 29 | |
36 | 30 |
EPYTEST_DESELECT=( |
37 | 31 |
# also railroad-diagrams |
32 |
tests/test_examples.py::TestExamples::test_range_check |
|
38 | 33 |
tests/test_unit.py::Test02_WithoutPackrat::testEmptyExpressionsAreHandledProperly |
39 | 34 |
tests/test_unit.py::Test04_WithPackrat::testEmptyExpressionsAreHandledProperly |
40 | 35 |
tests/test_unit.py::Test06_WithBoundedPackrat::testEmptyExpressionsAreHandledProperly |