dev-python/FVS: new package, add 0.3.4

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-12-20 13:38:54 +02:00
parent 31934290d8
commit cd095709c7
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="File Versioning System with hash comparison"
HOMEPAGE="
https://github.com/mirkobrombin/FVS
https://pypi.org/project/fvs/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# No tests
RESTRICT="test"

1
dev-python/FVS/Manifest Normal file
View File

@ -0,0 +1 @@
DIST FVS-0.3.4.tar.gz 14297 BLAKE2B 011d19501e71e398c6d4eacc5fb7d357b8be6e5da0c3fbd9de938a42a3beb83699470417d709c3c16e2a870bdeb76c19306ce97848d8260686044c1037e8c367 SHA512 a1fe4cb615036b2056c046e85a6b406452b6676ca9493b8697f32903d349b482ae51edc2321f2c898865c23dd7a82a6a1976ceee40851faee97128f1a594afa4

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>parona@protonmail.com</email>
<name>Alfred Wingate</name>
</maintainer>
<upstream>
<remote-id type="github">mirkobrombin/FVS</remote-id>
<remote-id type="pypi">FVS</remote-id>
</upstream>
</pkgmetadata>