commit:     1f620acfb90c9b5ce76f03e44b4f3410c5f09fa2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 07:05:27 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 07:10:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f620acf

dev-python/seedir: New package, v0.4.2

New test dep of dev-python/sybil.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/seedir/Manifest            |  1 +
 dev-python/seedir/metadata.xml        | 13 +++++++++++++
 dev-python/seedir/seedir-0.4.2.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/seedir/Manifest b/dev-python/seedir/Manifest
new file mode 100644
index 000000000000..0924726d115d
--- /dev/null
+++ b/dev-python/seedir/Manifest
@@ -0,0 +1 @@
+DIST seedir-0.4.2.gh.tar.gz 3096194 BLAKE2B 
daabdf1f5bb202ab454bea376c6e14dab2eb9c964a3bf87349c3ac6075bb8ed201b66082518aff01cb4515e89026a02c662da5e9a5f43c5d0ea21556cda07e90
 SHA512 
8d16ae1ba020268f9587742cacbc55ecc1d218f36955c625f64829940396c908d0498ee6bf50d560f87b10488dc6daa5698681e10e1699d20d958b3cd58f14c4

diff --git a/dev-python/seedir/metadata.xml b/dev-python/seedir/metadata.xml
new file mode 100644
index 000000000000..ada04050a691
--- /dev/null
+++ b/dev-python/seedir/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">seedir</remote-id>
+               <remote-id type="github">earnestt1234/seedir</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/seedir/seedir-0.4.2.ebuild 
b/dev-python/seedir/seedir-0.4.2.ebuild
new file mode 100644
index 000000000000..b71456c65538
--- /dev/null
+++ b/dev-python/seedir/seedir-0.4.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Package for creating, editing, and reading folder tree diagrams"
+HOMEPAGE="
+       https://github.com/earnestt1234/seedir/
+       https://pypi.org/project/seedir/
+"
+SRC_URI="
+       https://github.com/earnestt1234/seedir/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/natsort[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest

Reply via email to