add life360-4.0.0
This commit is contained in:
3
dev-python/life360/Manifest
Normal file
3
dev-python/life360/Manifest
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
DIST life360-4.0.0.tar.gz 2961 BLAKE2B 2d7dc90032b91446b0d607464fd3f5d0e58a2c470e451af0c1676479e8fa84cbabe28e0573ca74bdaa5c4e2c30e6020edcf0f1c54ff06806f454691fb92ba489 SHA512 291df9e2065c2a6a0284721493810584a557b9ed37d327e57953b24d67bee53d0096fb1e858a1af8aaed8adf17264a5a7d34f6b76503ed06ce07fe7ad80ef903
|
||||||
|
EBUILD life360-4.0.0.ebuild 697 BLAKE2B d565298d212c3db35ece44f8513ce72a86a800946d3ea8bafb9cf9f9e0cafad84deebf60b7e3aa5fed53f02157cfc1a723e598f6182488715c5e8ccd47f1d717 SHA512 94c76940e20e96a1975bf5c9bd2db5e7ac5fa69e09d867f75c49c89dd4fafcb6dd2771550725a8443e07a3df755486d592c114a46ffa4bdf7f306ae26ddd5895
|
||||||
|
MISC metadata.xml 460 BLAKE2B f7dd9ab8f2bc8dbd04ec75ab494360db90ceabf9b1d23e039e4eb25fae14dd55d2c751ec64d902f02f1d3a9b659ff9b5f116d41141670d6f6d205d2b4b66be34 SHA512 e6318591361eb164e80766186a78ba526c2616eb6738741fef27d0ae6da5995b1fc885ce1056bfcddd4d9600e3d8dd4d03a65dc8a461c088891361ae33a02273
|
||||||
30
dev-python/life360/life360-4.0.0.ebuild
Normal file
30
dev-python/life360/life360-4.0.0.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="Life360 Communications Module"
|
||||||
|
HOMEPAGE="https://github.com/pnbruckner/life360 https://pypi.org/project/life360/"
|
||||||
|
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
|
||||||
|
}
|
||||||
16
dev-python/life360/metadata.xml
Normal file
16
dev-python/life360/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">life360</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>pnbruckner@gmail.com</email>
|
||||||
|
<name>Phil Bruckner</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user