From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/
Date: Wed, 8 Jan 2020 11:08:45 +0000 (UTC) [thread overview]
Message-ID: <1578481710.a74557c993897becf3e1623bb38ec0a5e571e700.marecki@gentoo> (raw)
commit: a74557c993897becf3e1623bb38ec0a5e571e700
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 11:07:19 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 11:08:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74557c9
dev-python/vdf: new package
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/vdf/Manifest | 1 +
dev-python/vdf/metadata.xml | 12 ++++++++++++
dev-python/vdf/vdf-3.2.ebuild | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/vdf/Manifest b/dev-python/vdf/Manifest
new file mode 100644
index 00000000000..7227f026bc8
--- /dev/null
+++ b/dev-python/vdf/Manifest
@@ -0,0 +1 @@
+DIST vdf-3.2.tar.gz 15050 BLAKE2B 62118879607462d9c205ae454f9187bb20267d5eefb3f0cf7efc5b93585b5400d565063dcacceb4dddf489371129bd4710ea2bc09db35a9739add1c4dafa992c SHA512 c9b60f6999c08b2610ea6ad1e6fd9d143ffabd6a93af65fc5ee39d775a6f9a2dccb002f19ce72a1d7de6e53188fb98bd4a0dc4074047b74ca53991294310175f
diff --git a/dev-python/vdf/metadata.xml b/dev-python/vdf/metadata.xml
new file mode 100644
index 00000000000..4807350e1a8
--- /dev/null
+++ b/dev-python/vdf/metadata.xml
@@ -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>
diff --git a/dev-python/vdf/vdf-3.2.ebuild b/dev-python/vdf/vdf-3.2.ebuild
new file mode 100644
index 00000000000..4f55cc99fca
--- /dev/null
+++ b/dev-python/vdf/vdf-3.2.ebuild
@@ -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
next reply other threads:[~2020-01-08 11:08 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 11:08 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-20 8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/ Agostino Sarubbo
2020-06-30 15:44 Marek Szuba
2020-07-01 8:17 Marek Szuba
2020-07-11 9:39 Michał Górny
2020-07-11 9:39 Michał Górny
2020-07-12 16:57 Michał Górny
2020-08-22 5:43 Agostino Sarubbo
2020-08-22 7:13 Michał Górny
2021-05-23 6:32 Michał Górny
2021-05-23 6:32 Michał Górny
2021-06-23 4:43 Sam James
2022-01-19 21:26 Jakov Smolić
2022-04-06 23:29 Marek Szuba
2022-05-16 16:58 Arthur Zamarin
2022-05-16 16:58 Arthur Zamarin
2022-06-16 10:16 Jakov Smolić
2022-06-16 11:49 Michał Górny
2023-11-04 18:03 Michał Górny
2023-11-23 19:38 Michał Górny
2023-11-24 15:36 Michał Górny
2024-05-18 11:11 Michał Górny
2024-09-15 14:14 James Le Cuirot
2024-10-26 17:42 Arthur Zamarin
2024-10-26 17:48 Michał Górny
2025-01-14 20:33 Nowa Ammerlaan
2025-02-01 12:17 Arthur Zamarin
2025-02-01 13:19 Michał Górny
2025-02-27 21:07 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1578481710.a74557c993897becf3e1623bb38ec0a5e571e700.marecki@gentoo \
--to=marecki@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox