maxcube-api-0.1.0 with patch now working
This commit is contained in:
parent
787594ec84
commit
0de6ea747d
2
dev-python/maxcube-api/Manifest
Normal file
2
dev-python/maxcube-api/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
EBUILD maxcube-api-0.1.0.ebuild 887 BLAKE2B 8237a884ab3c3ff9d0ae68317f94cf484d3c5fd8e8b4172af5c40f5355dde2b977b7063b14a5110186a68c3f5e6e47cae1ab5984e47a0429c2656579181cea5a SHA512 42d01951518d90760881fbc568d096a38ca01c8678e3473e2339d1e8e556cd1743b936cf2a62ad882b1cfa593b02c5e1d51161f8bac525de67d4b3ce692477cb
|
||||||
|
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
37
dev-python/maxcube-api/maxcube-api-0.1.0.ebuild
Normal file
37
dev-python/maxcube-api/maxcube-api-0.1.0.ebuild
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
|
inherit distutils-r1 git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="eQ-3/ELV MAX! Cube Python API"
|
||||||
|
HOMEPAGE="https://github.com/goodfield/python-maxcube-api.git https://pypi.org/project/maxcube-api/"
|
||||||
|
#SRC_URI="https://github.com/hackercowboy/python-maxcube-api/archive/v0.1.0.tar.gz"
|
||||||
|
EGIT_REPO_URI="https://github.com/hackercowboy/python-maxcube-api.git"
|
||||||
|
|
||||||
|
LICENSE="The MIT License (MIT)"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
MY_PN="maxcube"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${REDEPEND}
|
||||||
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
test? (
|
||||||
|
dev-python/nose[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
|
#S="${WORKDIR}/python-${P}"
|
||||||
|
PYTHON_MODULES="${MY_PN}"
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
nosetests --verbose || die
|
||||||
|
py.test -v -v || die
|
||||||
|
}
|
8
dev-python/maxcube-api/metadata.xml
Normal file
8
dev-python/maxcube-api/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?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>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user