cdu-0.1.3: cleanup & remove olds
This commit is contained in:
parent
6595eb7cf8
commit
67829ba289
@ -1,6 +1,7 @@
|
||||
2020-09-06
|
||||
* cleanup ruamel-yaml, only 0.15.100 is still needed
|
||||
* astroid-2.3.3: romove obsolete patch
|
||||
* cdu-0.1.3: cleanup & remove olds
|
||||
|
||||
2020-09-05
|
||||
* repair iglo-1.2.7, drop iglo-1.2.5, abondoned anyway: https://github.com/jesserockz/python-iglo/issues/1#issuecomment-558479023
|
||||
|
@ -1,4 +1,3 @@
|
||||
DIST cdu-0.1.3.tar.gz 3344 BLAKE2B 0a2d43dcf4567ff1bce4552ac6a9099de720dcc96d8f4671348e36e3b4b62adaf9517e6ba24c42fa51846e3e25833f7f066002fd2d321fa9600070335dae0896 SHA512 c84ab149c5ad5d954b573f0dd5e35d22c7867aec046686c41e718f0375377c6bf6a36f9974a4977044e0e69ab4c02720bb59d36033e59de76a4231dacc7a62f7
|
||||
EBUILD cdu-0.1.3-r1.ebuild 684 BLAKE2B 74c5415ff32262de61b8614689d043c4a87db14aeb36aebfa127cbb8f48c7d458aa1ac67813faf7e60237891f3cdf164c9547ab22bdce6e8709e0402cad4926d SHA512 7d7a75b9d709ac6004a78aa7a3ec47590b29a21b70b9ecc2f1b7e0e89cb7159f036a5d7f5ab6acb23401b1eaee67d177ea45d586658e04c2cda26e8dd26f3d6c
|
||||
EBUILD cdu-0.1.3.ebuild 697 BLAKE2B 2f3eccd25fcb4491ab8bcd952f087abba4dc2562983c34b629d693dd10cf6d387dd3d610d7d884122e2e026cf3faee9aba145bb119c48b017d575566e258199f SHA512 bdd6d0c851ea44d64fd1e9e4acf4b2555752851b8a252e8a7920732978142c8c581e55f575f6198d5a4e4b418126eb750663eb1d994be3caf403d4f43ff61af0
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
DIST cdu-0.1.3.tar.gz 3344 BLAKE2B 0a2d43dcf4567ff1bce4552ac6a9099de720dcc96d8f4671348e36e3b4b62adaf9517e6ba24c42fa51846e3e25833f7f066002fd2d321fa9600070335dae0896 MD5 2e7d0b959b8407ae526ae11eeb782b85 SHA512 c84ab149c5ad5d954b573f0dd5e35d22c7867aec046686c41e718f0375377c6bf6a36f9974a4977044e0e69ab4c02720bb59d36033e59de76a4231dacc7a62f7
|
||||
EBUILD cdu-0.1.3-r2.ebuild 692 BLAKE2B 9fc0644d682cb64d33c1b64735d4561e9f0b2f7352b293827215a8a20539e21aa76ef7e4bcb1efce75030d005030c9ef523ddab2a4e51435eb5effa8d1e5de51 SHA512 fef82274885daf6e369662dcbd0f1e6bad493a5cc053d13beb6212ccb3872c13c6750ea6c5161925cb58d690f95aca5895cf5a85aef57bf0e182caf0a0d9ccf7
|
||||
MISC metadata.xml 451 BLAKE2B 21da2519c87841e0d7f1dd6b21f3dfba2bef7e6c61d01c6084dd8bb1eeaf31eda6f38b083c29f79f8a6002ca85125b791117be213defb1d04a5ba63f6d9a9c0c SHA512 c9f4b62f7113176fcf684a4161b95419fc42c1cd404cddd73c5bc91daa6ae602e170727a3bf6d9da62f94851aa24fe800dd7a51ee933a4acb03c56ed85140aae
|
||||
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cloud Storage Disk Usage Analyzer"
|
||||
HOMEPAGE="https://github.com/ilogik/cdu"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/ipaddress[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Many tests fail, even on a regular tox run on a upstream clone
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
${PYTHON} psutil/tests/__main__.py || die
|
||||
}
|
30
dev-python/cdu/cdu-0.1.3-r2.ebuild
Normal file
30
dev-python/cdu/cdu-0.1.3-r2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cloud Storage Disk Usage Analyzer"
|
||||
HOMEPAGE="https://github.com/ilogik/cdu https://pypi.org/project/cdu/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/boto3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cloud Storage Disk Usage Analyzer"
|
||||
HOMEPAGE="https://github.com/ilogik/cdu"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/ipaddress[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Many tests fail, even on a regular tox run on a upstream clone
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
${PYTHON} psutil/tests/__main__.py || die
|
||||
}
|
@ -5,4 +5,11 @@
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">cdu</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mesteradrian@gmail.com</email>
|
||||
<name>Adrian Mester</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user