-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
DIST nessclient-0.9.10.tar.gz 14117 BLAKE2B 178b2686f115028039aa56f27d234064e5d5fc24d253621f6bb498a856bf3cf4f4c4485e4c165b4a52b2baeee4ec372d4ac5337934b171905d97340ebd7ef6cb SHA512 68c7df9f011258c13c098a9211cc56269cfc2f14ddd3867011ace563e327b8dd220c0f8b7e50186b7cbb18dee6d5feb9bac74e59943780d794be44273bad28f9 | ||
DIST nessclient-0.9.13.tar.gz 14387 BLAKE2B 66e0ddf362ddb133fd1564e2d6cb0be9ad31b6b02f8a3e8fd31d3365eb2ff0024d35fc546e9891e923083e8ff069fe9fa6f76551cb650349b68430ce91a20ace SHA512 f320108c5f600540adffe2ccd2e0480ed5f17c9d0f7deb253ed8fa80f535528d8bb4c8d8b09640e02fb1cd61de07913d6ec8b217661d0a8499b04ed7ba468026 | ||
DIST nessclient-0.9.14.tar.gz 14396 BLAKE2B 615f6c52811cbf9bb054d774cfd99f400c31945e2faad6a915b454afda1ff3cfc5ea6a35a1dec34027878653d7dc7fd19fe26e9b35ee0a3fb6130219b7861866 SHA512 aebf80fa4cd08b7dbe2b2cd34c9edfc64623deabf15806e5c8718fd6920fcba90667f549d315a36c26a211590ef3485cc72db52fcb84a2c4dcd5a9fe180b74ba | ||
EBUILD nessclient-0.9.10.ebuild 718 BLAKE2B 91b1a2a2d833bac146e98ed7914d18688678399cca3e4ce1156c69967bca4048c04dc73cb9f2d620211951cb74ee23fb078653a09136c38da310b04537b9d7a0 SHA512 f88b3f1f3da5adf49e249464e65b8cfe597f280b76132767ccf7e2029e5428c32be7c6e654f83f151fcec867d555a75fd5a3a34f3a4e625626249ee23f01d864 | ||
EBUILD nessclient-0.9.13.ebuild 718 BLAKE2B 91b1a2a2d833bac146e98ed7914d18688678399cca3e4ce1156c69967bca4048c04dc73cb9f2d620211951cb74ee23fb078653a09136c38da310b04537b9d7a0 SHA512 f88b3f1f3da5adf49e249464e65b8cfe597f280b76132767ccf7e2029e5428c32be7c6e654f83f151fcec867d555a75fd5a3a34f3a4e625626249ee23f01d864 | ||
MISC metadata.xml 360 BLAKE2B 19f9148100c0f8f4c59b15d4b9b0d04f0d555de08f9cdd7afc5a2c0d6efd2d0747b4212eb92985217ec4e7719f8ff98de94fef92c2e66538c8b033904001a345 SHA512 9670f64e01b64c853df257575e790cbb5a896df1fd7f7822036ade65b737b647405f7bc85e01ad909834bf632e3ea599c967b63f1350600193f6db10d0bd77ea | ||
EBUILD nessclient-0.9.14.ebuild 753 BLAKE2B defecb59404825a7887c25c8f478e3f0370c9a55bd17795912825506c1670bbefe3fbb27ef5846cd08365e368fbb18c71dce44b7ea49eeed9dea15cbecb69d52 SHA512 8253542ea56b040a0363914470ff9ca4c2d1fa4c6e83571afe0cdffd9ccd465508d8c3431a889dc683fada63855b12e209bfc83ebdee3bde11eab7c8a1be4305 | ||
MISC metadata.xml 458 BLAKE2B c731004a4375f16d8cc44c964e9d68add0c480bd116de4c7247bb9bcdd457b9ac23501d7a450bb9bef5070862615f9c74dcab413e9079dabe7d6e1bcb5d0f580 SHA512 1fe8d471f71fcaf509a598053418e1bc5245ad71cc092369fca1081016f9b0c32b23bbf66ea50b622b95dac70a35699b43e2904bf54fa56bece62b3e152eec7c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer> | ||
<email>[email protected]</email> | ||
<name>Andreas Billmeier</name> | ||
</maintainer> | ||
<herd>python</herd> | ||
<upstream> | ||
<remote-id type="pypi">nessclient</remote-id> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net | ||
# Distributed under the terms of the GNU General Public License v3.0 | ||
|
||
EAPI="7" | ||
|
||
PYTHON_COMPAT=( python3_{5,6,7} ) | ||
|
||
inherit distutils-r1 | ||
|
||
DESCRIPTION="Implementation/abstraction of the Ness D8x / D16x Serial Interface ASCII protocol" | ||
HOMEPAGE="https://github.com/nickw444/nessclient https://pypi.org/project/nessclient/" | ||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~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 | ||
} |