mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/convertdate: new package; add version 2.2.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
1
dev-python/convertdate/Manifest
Normal file
1
dev-python/convertdate/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST convertdate-2.2.0.tar.gz 29774 BLAKE2B 0ff546c483f10edff8c8ce062d606560cc435b14376426fbfcfaa50133da65f7da8754f49cd30ae171529b722db52add6569e4d439901f1f86d279f7e762e662 SHA512 493dfa6ae7cf984eacb6920f0a9df9aa5fe62edb837b83648210b820669c7d28185ffb06f4c20be1a77e91cdf96551f7015860ce5f61cd1afdbe497c79dd4027
|
||||
21
dev-python/convertdate/convertdate-2.2.0.ebuild
Normal file
21
dev-python/convertdate/convertdate-2.2.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Utils for converting between date formats and calculating holidays"
|
||||
HOMEPAGE="https://github.com/fitnr/convertdate"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pymeeus[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
"
|
||||
12
dev-python/convertdate/metadata.xml
Normal file
12
dev-python/convertdate/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">fitnr/convertdate</remote-id>
|
||||
<remote-id type="pypi">convertdate</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user