Diff pyftpdlib-1.5.7_p20230828 with a pyftpdlib-1.5.8
/usr/portage/dev-python/pyftpdlib/pyftpdlib-1.5.8.ebuild 2023-10-09 14:52:30.336368371 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
COMMIT=ec1f095910846c11fe3a7f8513de771afc7c8afd |
|
7 | 6 |
DISTUTILS_USE_PEP517=setuptools |
8 | 7 |
PYTHON_COMPAT=( python3_{10..12} ) |
9 | 8 |
PYTHON_REQ_USE="ssl(+)" |
10 | 9 | |
11 |
inherit distutils-r1 |
|
10 |
inherit distutils-r1 pypi |
|
12 | 11 | |
13 | 12 |
DESCRIPTION="Python FTP server library" |
14 | 13 |
HOMEPAGE=" |
15 | 14 |
https://github.com/giampaolo/pyftpdlib/ |
16 | 15 |
https://pypi.org/project/pyftpdlib/ |
17 | 16 |
" |
18 |
SRC_URI="https://github.com/giampaolo/pyftpdlib/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" |
|
19 | 17 | |
20 | 18 |
LICENSE="MIT" |
21 | 19 |
SLOT="0" |
... | ... | |
35 | 33 |
distutils_enable_tests pytest |
36 | 34 |
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme |
37 | 35 | |
38 |
S="${WORKDIR}/${PN}-${COMMIT}" |
|
39 | ||
40 | 36 |
python_test() { |
41 | 37 |
rm -rf pyftpdlib || die |
42 | 38 |
# Some of these tests tend to fail |