rename PyCRC -> pythoncrc (as the source on pypi did)
update PyCRC deps in dsmr-parser
This commit is contained in:
3
dev-python/pythoncrc/Manifest
Normal file
3
dev-python/pythoncrc/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pythoncrc-1.21.tar.gz 26686 BLAKE2B b796eb501c3591f1257de19bc8206bb18bc8933dfba9fb6b3306f24de3f6c4de35f4f485347e37e6af4ffd66e35feddf0097b57925fe57f9f6b4e73b79ce7729 SHA512 04ba1f28a28bce075b19af51e2f7dbc0f6170bd0499f14ca95310cb6a4009c86dcca1250aa6d72416d962e666f3d18fb92085f6083a852b2e65e5a2f55b4f6db
|
||||
EBUILD pythoncrc-1.21.ebuild 673 BLAKE2B 65526937e04d991f9029a72a87d9742315eb8e95efc7febbdbafb0c1a0edc30751fbf7cc981d7c8b4db95fd0c87b5eb29239d1c4836d1c3d446e67bd0c412b75 SHA512 9982967d7164ed7b9d0629b31ccdaf309a869dc89531f8f2a56e45713bef916bc94207381985ae160d3476d2bfe9aa0082503e066ecf9119ec72820843bc522b
|
||||
MISC metadata.xml 469 BLAKE2B bf17b8dc8e90340721370d1a726a9c8aa813b56381bd063db0eb725b476eb40e32c86bf11e6de19b89b640fbde220e58511bf28fe9949a208d53bbfaee4d544a SHA512 a6eaf7a9e6e4b4bf1f16edbee08eaa7bf669edf0f2d6fba2746cf06f2c8c697471f132206c4bbbb3c3a7a583c971f2cfbc66010e3dfeee7851637a79d544902e
|
||||
15
dev-python/pythoncrc/metadata.xml
Normal file
15
dev-python/pythoncrc/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pythoncrc</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>cristian.navalici@runbox.com</email>
|
||||
<name>Cristian Năvălici</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pythoncrc/pythoncrc-1.21.ebuild
Normal file
30
dev-python/pythoncrc/pythoncrc-1.21.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,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python CRC Calculations Modules"
|
||||
HOMEPAGE="https://github.com/cristianav/PyCRC https://pypi.org/project/pythoncrc/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${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
|
||||
}
|
||||
Reference in New Issue
Block a user