aioasuswrt-1.1.18 (with dep) added

This commit is contained in:
Andreas Billmeier 2019-01-26 10:01:14 +01:00
parent 4edea9f24e
commit 3830e31354
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST V1.1.18.tar.gz 9810 BLAKE2B b8da2bce95df6ffccc9355af7b77ac1d8b6b478a069049271d0a8d083f7f08504f6394085c017a800e352bfe3e0a9b7ccb91ec7a63703302cd28708fe753b597 SHA512 3bba233fde8531cc8614a7cec5c1fc0e170bbe031cd8d0ffbff4bcce708fad89474b9798a5d7eff3f23f2d6dc2d8df7e5affb9f1e49e661dfbc29679b0b81d6c
EBUILD aioasuswrt-1.1.18.ebuild 790 BLAKE2B 8d3d44dcb1424207e1a371ad8390c8208fa25f6b82e9532ca125eaf6a86f2da8400b504482df758469a6cedbaf5b90ae78d18199a3a10729281d061be15ddd23 SHA512 36fb9db141b97476468a61708c280f6439c8512b3ba873afc91489aa8978def4a6a187c7e526387bdd795b534af34c3fdc99da84ccd3d72fa681ae08ca791b3e

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Api wrapper for Asuswrt https://www.asus.com/ASUSWRT/"
HOMEPAGE="https://github.com/kennedyshead/aioasuswrt https://pypi.org/project/aioasuswrt/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/kennedyshead/aioasuswrt/archive/V1.1.18.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pypandoc
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,2 @@
DIST pypandoc-1.4.tar.gz 27116 BLAKE2B 7b3efa8f097ea71beb586781fd46f616f1ca98fbaf95222548092dccf11503fd5e4bcb0626d9da1fd790e161063f7d0a4efe5314cbfbdeca8596652fc5e80f31 SHA512 da023211b78c7bcabfd156a6113829782fde36b83f47039df3dbd2af1a88d9fb9d55d036dd9e3445b7e6db0611d0eae0224a34e859e5029e20452b409aaa9b5e
EBUILD pypandoc-1.4.ebuild 663 BLAKE2B ccb3327997d54c4ac2c5f6f2f912983ca586bc31ff243034c6ed1a6a281f913874d0d759c56fad5173553844e9e4637bd2772e05b89313d3519a6c7a2a9d7481 SHA512 e954aef3e517ab1a55571db31981588068f55c06592d49329505a85e643a069e0c3e2010f694a1dd757f232ffb4330dd117b927be3b6988eeac0252c17a0469a

View File

@ -0,0 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Thin wrapper for pandoc."
HOMEPAGE="https://github.com/bebraw/pypandoc https://pypi.org/project/pypandoc/"
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
}