add apcaccess-0.0.13

This commit is contained in:
Andreas Billmeier 2019-02-22 16:24:41 +01:00
parent bfab928695
commit 5ccfa5fc78
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST apcaccess-0.0.13.tar.gz 3009 BLAKE2B a312af5183227c074b9a45dba351869900a7ee78870b5cb39c52772d80471e6ab4cfc6884aca885d0041fc6f0a90ab8dae6909466ead953968a605b05ff69342 SHA512 b85035b980a8df508489d26fc6c00260da4bf7416cb5313c5353c6b0ecc3a5120d28bdd4d748001b8599f8c5173f6259aec662b92192d903b6a6f9eb1134dccf
EBUILD apcaccess-0.0.13.ebuild 668 BLAKE2B 56587f519c7728bfafa8aa7835075e3e3a9c47f40fc14eda5d69390f36d746b1c033b93e2885ca01d1077fd19271fabeac1a02a39667220fa039d5b45a4e9a9e SHA512 4eb3e144f49252cd4d2c399e67b6821bde373c037919970910f37b951755786dad547c5be8107208830154a6d4599ec6357fb38a09849c5f8dc8f19fd9f9ee4c
MISC metadata.xml 237 BLAKE2B 286aa1b6bdcfb516136edcd8682df00309445051b7f87746502a07d4f4b5b1c05f4ce02fe53416839488231c955ff487a0e56c5afd586d64ce390fc38d4c462a SHA512 317629a91c94585d1c18e79b1fc08cf1a42545147ea30e986e316e37300f6a282812f4cda57e0f83a7e8854e99523e790c811ba7babb2df2b5e8904bfc3778bd

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="This project implements the apcaccess tool in pure Python and provides"
HOMEPAGE=" https://pypi.org/project/apcaccess/"
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
}

View File

@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<upstream>
<remote-id type="pypi">apcaccess</remote-id>
</upstream>
</pkgmetadata>