add eternalegypt-0.0.8

This commit is contained in:
2019-07-31 07:02:49 +02:00
parent 0bbed6c341
commit 52846e1603
4 changed files with 81 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
DIST eternalegypt-0.0.7.tar.gz 4514 BLAKE2B 87f795b8b590ca849248c284aafbca00791b3abd78a8a431f1bcc56af8188e15fa3aee5aab1708d1005e828a414dd6f68b38cf6563d32168fc3a8c28ad76e06b SHA512 5a9dba8ce7da7fd5e963d8f8e280b78be8fae8cec96f8593c1492d2c3dc1c6b165a7af91b0551fd95ee741eb79f58ffcb92e4128cfad1b7cd81342af3d7976e0
DIST eternalegypt-0.0.8.tar.gz 4540 BLAKE2B ec4a5c9a0cbe00a802387ec339215367d6f8b32510458a93d68e1bea117368eb4025ce62cc7c408cbb7c592e5404f78ab5511583eff6427729ffa65f6186b794 SHA512 7805e0e8b732d5b0e9365bd92533a70258d0351ff91263c5f4875ae960e827f214dca91d6bad770adb73a817fde07a045f6a6337c4ac8d8c5a2dee41494bf966
EBUILD eternalegypt-0.0.7.ebuild 700 BLAKE2B 2530f4652f565ae6a9bf0248c2fa768b702b5bc6f35da1155ae34f30e9c474aa968f12ce3763d8bc40dfd83b6453f2f23064e0362f4b687e7c41f259e102726d SHA512 ce38f167d5738f9767151e057e8f46ca5c5268c3bd889532470f5c77e307954f8daa7f16ae80b3205970f4db550bd4136ea01f69da4ac64d4350a9ebc1d4f836
EBUILD eternalegypt-0.0.8.ebuild 700 BLAKE2B 2530f4652f565ae6a9bf0248c2fa768b702b5bc6f35da1155ae34f30e9c474aa968f12ce3763d8bc40dfd83b6453f2f23064e0362f4b687e7c41f259e102726d SHA512 ce38f167d5738f9767151e057e8f46ca5c5268c3bd889532470f5c77e307954f8daa7f16ae80b3205970f4db550bd4136ea01f69da4ac64d4350a9ebc1d4f836
MISC metadata.xml 469 BLAKE2B e195377070993a960353ac95cb3cbec417af5dd6f3160ccf7e11f60693f41fc260a66d80cd50b636595f6dc412bf5a86f38978b05eae29306fcf2db2f042b5ab SHA512 fb49073dcf97bb7f6bdb2984f1a0ae68266f0d4eccf16b87a0225e2be39ba01a64db698ac05f9707c90c90fcd2c8b894759a5d512c73a6f375008a46fddd310b
@@ -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="Netgear LTE modem API"
HOMEPAGE="https://github.com/amelchio/eternalegypt https://pypi.org/project/eternalegypt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
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
}
@@ -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="Netgear LTE modem API"
HOMEPAGE="https://github.com/amelchio/eternalegypt https://pypi.org/project/eternalegypt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
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
}
+16
View File
@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">eternalegypt</remote-id>
<maintainer status="unknown">
<email>amelchio@nogoto.net</email>
<name>Anders Melchiorsen</name>
</maintainer>
</upstream>
</pkgmetadata>