back to updates
This commit is contained in:
4
dev-python/twodict/Manifest
Normal file
4
dev-python/twodict/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST twodict-1.2.tar.gz 7016 BLAKE2B dd396dd1a712474b6d07614190d69aee2cf47c46829d9bb9dec3e56e067a4f8289cd94aa9d2a7d9144a7b472fd13e4b1be8d229e3aff036bf65175be2b155027 SHA512 82fc49568d95fb742bb014789937e2c4fc54a1f680fd9743643bbfe50f580a62dc20e363974a3359586e6a47b72015e059f435f3b6470adcb567249a50cac434
|
||||
EBUILD twodict-1.2.ebuild 567 BLAKE2B 5911013b43c2c27438d6938f29adebbf1fd07b589afff86daca9ba1efce6e454f42288eaa325ed91a2de0b7e77da85e63a5f2abf7dadbb651787212cfc412f8d SHA512 f942866f2a30b9d56962b259a82f0fa105ee931722c14eec84ee72f6343ae6f957a04269d511c9e6e23c986edf4aeefe4c7c42422a56157dd525183c1d28a6f2
|
||||
EBUILD twodict-9999.ebuild 572 BLAKE2B ef66163d08352d4cea33aa973ec4a55240f932d1eeed77def11b998d39bef68922d9b1966239c650329ace0273f587ff74d2de464605100cd86e9e4a78115fb7 SHA512 fe1bb37ef6425b5ab526e9e43c384c7f02b1741d70c2accd0618883f6b660e10c20e05a3b87826f5ed4f9dd584dc20fb5fc7f875ee21217f6cd0b52d234686bf
|
||||
MISC metadata.xml 250 BLAKE2B 9a35b9f97dcc586e1b779c3a8851f66dff74d0b2b562ce47abdd5d7c6a3bb5a9a2de53b2b0db741ffdf1b30077b5fc71280a960b623210a70c95e8b0ad7193c3 SHA512 9fe7eab542aaca9f9ce755836d10e228acafc035e573d58a52365b4e013508a243f292cae31acc0c8421edf907580f3fddb44bde39cba7f2f13f23c845a97e62
|
||||
8
dev-python/twodict/metadata.xml
Normal file
8
dev-python/twodict/metadata.xml
Normal 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="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
24
dev-python/twodict/twodict-1.2.ebuild
Normal file
24
dev-python/twodict/twodict-1.2.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple two way ordered dictionary for Python"
|
||||
HOMEPAGE="https://github.com/MrS0m30n3/twodict"
|
||||
LICENSE="Unlicense"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/MrS0m30n3/${PN}"
|
||||
else
|
||||
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
fi
|
||||
|
||||
SLOT="0"
|
||||
DEPEND=""
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
24
dev-python/twodict/twodict-9999.ebuild
Normal file
24
dev-python/twodict/twodict-9999.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple two way ordered dictionary for Python"
|
||||
HOMEPAGE="https://github.com/MrS0m30n3/twodict"
|
||||
LICENSE="Unlicense"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/MrS0m30n3/${PN}"
|
||||
else
|
||||
SRC_URI="https://github.com/MrS0m30n3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
SLOT="0"
|
||||
DEPEND=""
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
Reference in New Issue
Block a user