commit:     766046188c5832afe70fc0434d1a0530e7103371
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 13:01:26 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 13:35:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=76604618

dev-python/connection_pool: new package, add 0.0.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/connection_pool/connection_pool-0.0.3.ebuild | 16 ++++++++++++++++
 dev-python/connection_pool/metadata.xml                 | 12 ++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/connection_pool/connection_pool-0.0.3.ebuild 
b/dev-python/connection_pool/connection_pool-0.0.3.ebuild
new file mode 100644
index 000000000..96d3c1f62
--- /dev/null
+++ b/dev-python/connection_pool/connection_pool-0.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Thread safe connection pool"
+HOMEPAGE="https://github.com/zhouyl/ConnectionPool";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/dev-python/connection_pool/metadata.xml 
b/dev-python/connection_pool/metadata.xml
new file mode 100644
index 000000000..efc2a5c9e
--- /dev/null
+++ b/dev-python/connection_pool/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="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">zhouyl/ConnectionPool</remote-id>
+               <remote-id type="pypi">connection_pool</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to