add todoist-python-8.0.2
This commit is contained in:
parent
becc4fca2a
commit
0d08db17cb
3
dev-python/todoist-python/Manifest
Normal file
3
dev-python/todoist-python/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST 8.0.2.tar.gz 23187 BLAKE2B 7d5897b8ff3d07754473c8bf95482fb83bf412b76a55d45598e99634d9a6f491ab1c1b0d335a2ecffe91e749cb691a8b807390314091cb0cb9646327d9ff58fd SHA512 d1944e931e5e2e50061ac1b1e345c75afabbd3788ddfe2467c3302cb83532785d6c626c2c446c105a15b1d62e249759dfe79e8af85bc1b54c183c0b1b67d44a7
|
||||
EBUILD todoist-python-8.0.2.ebuild 730 BLAKE2B 29a313d93bde24ab1a407e0199471ce678e26abb32b8fa9f97c0c98c892f558e3fe420facca7b6bf84b5d80626c181c7a71760e2ad6ef23d4d873e93ba156614 SHA512 5dc2fee4d930a119541f44eb28a1230ee910d66133b7645c8a3bf8397fd2bbd753d153e8d662aec82a568613648e11d52d4da56fe34ab32757cc16c3928b5abd
|
||||
MISC metadata.xml 460 BLAKE2B b962e1cbb88728a4b5a2c9bebf332b7c3e8515643c198735f86781b6ab1048037f8c4eec4c01511983e5268abcba080cb3a2371b3f861ee7252e7147653bc310 SHA512 d37a8b903541d70c4f59aaf398291025c8b93954b3c3b7341b1908ec590f33b37d13053ca360f2bc7abb1f766e47e041cb69190fa0d121c758d16bd373486363
|
16
dev-python/todoist-python/metadata.xml
Normal file
16
dev-python/todoist-python/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">todoist-python</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>info@todoist.com</email>
|
||||
<name>Doist Team</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
32
dev-python/todoist-python/todoist-python-8.0.2.ebuild
Normal file
32
dev-python/todoist-python/todoist-python-8.0.2.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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
|
||||
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
|
||||
DESCRIPTION="todoist-python - The official Todoist Python API library"
|
||||
HOMEPAGE=" https://pypi.org/project/todoist-python/"
|
||||
SRC_URI="https://github.com/Doist/${PN}/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
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