add pypoint-1.0.8

This commit is contained in:
Andreas Billmeier 2019-02-14 08:06:19 +01:00
parent 2708bd7e45
commit d81b7742c3
5 changed files with 74 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2019-02-12 div Updates
* bump home-assistant-frontend==20190213.0, remove 20190201
* Upgrade ruamel.yaml to 0.15.88, remove 0.15.72-80
* add pypoint-1.0.7-8
2019-02-12 div Updates
* Update sqlalchemy-1.2.17, remove sqlalchemy-1.2.11

View File

@ -0,0 +1,5 @@
DIST pypoint-1.0.7.tar.gz 3585 BLAKE2B 81a6871b89ae7cf068ba2e3a8aa96ded968064e771cf9167f7b1f26bb24856107bb2659cad2a34bed694dae67901edf0d99fd63cd767e887410ab138d3bc02ee SHA512 052b06ecf4ac7dd1ac6df118119ff3355a49c5933f17f6191e4fd3be5feba5b8782755ebc072b8c6d9c0b80de6a3270e65a02098868051f6aaa4ac5f149c2069
DIST pypoint-1.0.8.tar.gz 3604 BLAKE2B 949a534d461c78ce7036ab7237f8119c6cbc06805de313d77666bff62a76d1cf5377fcaa367f1a5b128138b4692185f4c88aacc78f563eff0d27952851c13e6a SHA512 b472f8307a6585905ef98146a39060e9ca7295ab0bdf7d1fe8fb509ffd95d42cdb6a7be5b772a21c1854780b3fb936ecf40c09b25d694b5d914c05bf5fb55255
EBUILD pypoint-1.0.7.ebuild 650 BLAKE2B 91a68e57196a26e06cdfc77c554c629283b34a75b255a87679d9d3636e7b5684f8ce127f4c6e5ff51d2ca12931f1fa8f7f2dbe7985a2726728f3283be99a32be SHA512 c64f7cd009ac8b53d1d4d2cd71a509c2ea7d944a85962142bd7c25bd969e438d21bb4f51bdb05b8370fe6237db54af581a75f14f6d2e3c6e66336e651805d167
EBUILD pypoint-1.0.8.ebuild 650 BLAKE2B 91a68e57196a26e06cdfc77c554c629283b34a75b255a87679d9d3636e7b5684f8ce127f4c6e5ff51d2ca12931f1fa8f7f2dbe7985a2726728f3283be99a32be SHA512 c64f7cd009ac8b53d1d4d2cd71a509c2ea7d944a85962142bd7c25bd969e438d21bb4f51bdb05b8370fe6237db54af581a75f14f6d2e3c6e66336e651805d167
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View 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>

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="API for Minut Point"
HOMEPAGE="https://github.com/fredrike/pypoint https://pypi.org/project/pypoint/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
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
}

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3.0
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="API for Minut Point"
HOMEPAGE="https://github.com/fredrike/pypoint https://pypi.org/project/pypoint/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
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
}