add pystride
This commit is contained in:
parent
a90d0692b9
commit
e51b0fc53d
5
dev-python/pystride/Manifest
Normal file
5
dev-python/pystride/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST pystride-0.1.7.tar.gz 1749 BLAKE2B 616fb8dd7657160e98de462c80da6f2d06be2e7a5e61de206c06c007d21a8bd3ca371155a4422fca4e33e747682204540ec7b92cb7a501fdd0664bffe00f5acd SHA512 8fe953eb5ff28076fd82e980f4238d7477fe318bfe3535a589dc36a51e1e0e4b44f868824b03b361106777c663044452b9f4c1facdc8925f25f7680a7946b85b
|
||||
DIST pystride-0.1.9.tar.gz 1914 BLAKE2B aa3c724fe54d43aa12fc30887cdd2f7732ecce07a80e8f440e759aab32bb6741f65e166fe09f2e8fc11c04811c5de45bc66bf82dbfec56e83057be700a07e643 SHA512 84470a014d620c1f4c5df200e943b0b9cdd94dfaae25d9d91de5790fda9202bbc2d2cc54b065b87447b685290838146ab348bcdda7f4c75ff5f393dd56d2e5f0
|
||||
EBUILD pystride-0.1.7.ebuild 708 BLAKE2B fcb91a98ef1f86834fb2e5cdcc4000ee1460d169fcaab50dcea49b3d1933e587558c27f4b01c578879edd6c8053649c5233315a7b45cc1e4e601ce847284d11d SHA512 542388775323fd0a2aef4c18e66aa0e3ba3520ed6364870dd5054cafa3a17b29db853e98be4b15719b964e665fc59f69cb722949be8a2f3484c0fba7f54d65e2
|
||||
EBUILD pystride-0.1.9.ebuild 708 BLAKE2B fcb91a98ef1f86834fb2e5cdcc4000ee1460d169fcaab50dcea49b3d1933e587558c27f4b01c578879edd6c8053649c5233315a7b45cc1e4e601ce847284d11d SHA512 542388775323fd0a2aef4c18e66aa0e3ba3520ed6364870dd5054cafa3a17b29db853e98be4b15719b964e665fc59f69cb722949be8a2f3484c0fba7f54d65e2
|
||||
MISC metadata.xml 462 BLAKE2B 5ba4012a5b4c450a7fa38375c03bea6b76be50047faf5a7aebeb3634c0ac78e46d2107dc2821025550a545badd8befa68f5ce7557c06a70391d6aa7fcb11ab64 SHA512 585c8a93873b8fa559b3ec18f9dabad7792d411e516f8004c326fb3a2734dede42fd5be2531fa2d947f07442939eb7aff4e97712e4a2018a1d827a8952059575
|
||||
16
dev-python/pystride/metadata.xml
Normal file
16
dev-python/pystride/metadata.xml
Normal 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">pystride</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dchevell@atlassian.com</email>
|
||||
<name>Dave Chevell</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pystride/pystride-0.1.7.ebuild
Normal file
30
dev-python/pystride/pystride-0.1.7.ebuild
Normal file
@ -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="Python client for Atlassian Stride"
|
||||
HOMEPAGE="https://bitbucket.org/dchevell/pystride https://pypi.org/project/pystride/"
|
||||
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
|
||||
}
|
||||
30
dev-python/pystride/pystride-0.1.9.ebuild
Normal file
30
dev-python/pystride/pystride-0.1.9.ebuild
Normal file
@ -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="Python client for Atlassian Stride"
|
||||
HOMEPAGE="https://bitbucket.org/dchevell/pystride https://pypi.org/project/pystride/"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user