mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/vdf: new package
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
1
dev-python/vdf/Manifest
Normal file
1
dev-python/vdf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vdf-3.2.tar.gz 15050 BLAKE2B 62118879607462d9c205ae454f9187bb20267d5eefb3f0cf7efc5b93585b5400d565063dcacceb4dddf489371129bd4710ea2bc09db35a9739add1c4dafa992c SHA512 c9b60f6999c08b2610ea6ad1e6fd9d143ffabd6a93af65fc5ee39d775a6f9a2dccb002f19ce72a1d7de6e53188fb98bd4a0dc4074047b74ca53991294310175f
|
||||
12
dev-python/vdf/metadata.xml
Normal file
12
dev-python/vdf/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>marecki@gentoo.org</email>
|
||||
<name>Marek Szuba</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ValvePython/vdf</remote-id>
|
||||
<remote-id type="pypi">vdf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
21
dev-python/vdf/vdf-3.2.ebuild
Normal file
21
dev-python/vdf/vdf-3.2.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,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A module for (de)serialization to and from VDF, Valve's key-value text format"
|
||||
HOMEPAGE="https://github.com/ValvePython/vdf"
|
||||
SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
test? ( dev-python/mock )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user