commit:     a1e617a8e0daa5d05ed6c23e88dfde5cafaee2d8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 04:28:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 04:29:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e617a8

dev-python/Events: new package, add 0.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/Events/Events-0.5.ebuild | 24 ++++++++++++++++++++++++
 dev-python/Events/Manifest          |  1 +
 dev-python/Events/metadata.xml      | 17 +++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/Events/Events-0.5.ebuild 
b/dev-python/Events/Events-0.5.ebuild
new file mode 100644
index 000000000000..a61cda0c7710
--- /dev/null
+++ b/dev-python/Events/Events-0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bringing the elegance of C# EventHandler to Python"
+HOMEPAGE="
+       https://pypi.org/project/Events/
+       https://github.com/pyeve/events
+"
+# No sdist in pypi as of PV=0.5
+SRC_URI="https://github.com/pyeve/events/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+S=${WORKDIR}/${P,,}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest

diff --git a/dev-python/Events/Manifest b/dev-python/Events/Manifest
new file mode 100644
index 000000000000..89f6288ca703
--- /dev/null
+++ b/dev-python/Events/Manifest
@@ -0,0 +1 @@
+DIST Events-0.5.gh.tar.gz 13200 BLAKE2B 
c55361a0a31c0f01ae7c9e49ceb2ad6900384b0164d9ac8a5e289a8a80d9ab07f6439ee85f4ec77f0ae639b46e7c69c0f4b54341f9edfff05f865e0738315ff7
 SHA512 
3eb067bb2a8441eaf4801f25ced65afd7f6c253461c61a2e9bbdd87645718c72a7c13a66e46a6a48ef5b5857993f23a462a286937dc93a259bd02887a3dda6c6

diff --git a/dev-python/Events/metadata.xml b/dev-python/Events/metadata.xml
new file mode 100644
index 000000000000..6838d44b4c71
--- /dev/null
+++ b/dev-python/Events/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Arthur Zamarin</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">Events</remote-id>
+               <remote-id type="github">pyeve/events</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to