add components.aprs
This commit is contained in:
parent
faa6bd40c6
commit
561b227c67
3
dev-python/aprslib/Manifest
Normal file
3
dev-python/aprslib/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aprslib-0.6.46.tar.gz 24271 BLAKE2B 8b9f83a76a5625dc9f018a2fe8f26aebd9b93b357a24831c5420d56ef5fcf8c6c8a74701d1fba3dcad417932f5c94052d92115de609708dce6e17905dcf82992 SHA512 717ed1e696419253ed3811934f3dc8f4a15dfffe233dae402eacd77e80318ddb2a4505dbc4a62b092d092a3ae4bf30973aca9e973f5e4fc5707e2185a9023de9
|
||||
EBUILD aprslib-0.6.46.ebuild 734 BLAKE2B aa2f8f9f0325b463d1d4203d0d63719f0ea1038255b191c22b1188a7edbdb46c0d41275bf78edc6a68c61adf73c9fd870e770b2d2c9fd4479011bec5435a62e8 SHA512 37d8aacdd101cdca06617c0099997be8d0a708df715648a1526bcb85c47a9a57bf73121ba83129385e582b566f979e10e81350b1db6af76593c0137c672d7613
|
||||
MISC metadata.xml 454 BLAKE2B 406184c972b11545ed4e52fb24a2070d537db63d45fa28f1c83a856b77145c244365f159df781f6f7184698bef54933d7827134fece5313d9d14b4bd0659df47 SHA512 2baa11deae3d8650389b98ec2f2172d20bc4c07954c150654c2ff8bf4d75e90a4956a5a921a7cff6b434327ba266d20af105c79a56ae75b6362c6dff7ce85015
|
30
dev-python/aprslib/aprslib-0.6.46.ebuild
Normal file
30
dev-python/aprslib/aprslib-0.6.46.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="Module for accessing APRS-IS and parsing APRS packets"
|
||||
HOMEPAGE="https://github.com/rossengeorgiev/aprs-python https://pypi.org/project/aprslib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv2"
|
||||
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/aprslib/metadata.xml
Normal file
16
dev-python/aprslib/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">aprslib</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hello@rgp.io</email>
|
||||
<name>Rossen Georgiev</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/geopy/Manifest
Normal file
3
dev-python/geopy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST geopy-1.20.0.tar.gz 64920 BLAKE2B f5a6a141ef27820db2eef7d26417a27faec0a16201a1bb985dd5ed921052ca9913336e96d777ce5fef5f9c0adfb150c8d9931e22442af68e9a795c8e0c555731 SHA512 6d2aaab487e18b9342e3ce6b88469118b210c259d88725df1880a5f18f6e083e1350453229c85c97e26c62a77f29c717d6118a50b07b428130e91270c5983fc6
|
||||
EBUILD geopy-1.20.0.ebuild 686 BLAKE2B a4a29a1de2248dcdf8c232639b976cf245d387d7cc96f187f53ccd76126274f4efa4f0c868e04c462a705a3d538bf3936c0e6a56e54089646112b85235a277e8 SHA512 ceef7d54cc6c7d1bb9bceac08afa82ab6c12a34a7a442e30d7be94365193b9b7bbe3a5da923296c7628cff6834a6afb2b4a36f536780212e66d205faaacd3114
|
||||
MISC metadata.xml 460 BLAKE2B 0559eb1e21dfedbb304ab26140a558fd1a52fc38b99150faec80422c73cd5ee4faabb31b838332ad21806120f3cd092c8217958cf26eeb7510e33a751ae7faab SHA512 f302806548024ebbc8fb576eb15d0fa5aa74e41faa6442a1d1f04da8a0b94075719c9b0af501410f44c5f44120ebb1fa1965b74597cc0235abb02d01f48ff8f0
|
30
dev-python/geopy/geopy-1.20.0.ebuild
Normal file
30
dev-python/geopy/geopy-1.20.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="Python Geocoding Toolbox"
|
||||
HOMEPAGE="https://github.com/geopy/geopy https://pypi.org/project/geopy/"
|
||||
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
|
||||
}
|
16
dev-python/geopy/metadata.xml
Normal file
16
dev-python/geopy/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">geopy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>uijllji@gmail.com</email>
|
||||
<name>GeoPy Contributors</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user