Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/connection_pool/
Date: Fri, 17 Mar 2023 13:35:35
Message-Id: 1679060111.766046188c5832afe70fc0434d1a0530e7103371.andrewammerlaan@gentoo
1 commit: 766046188c5832afe70fc0434d1a0530e7103371
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 13:01:26 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 13:35:11 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76604618
7
8 dev-python/connection_pool: new package, add 0.0.3
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/connection_pool/connection_pool-0.0.3.ebuild | 16 ++++++++++++++++
13 dev-python/connection_pool/metadata.xml | 12 ++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-python/connection_pool/connection_pool-0.0.3.ebuild b/dev-python/connection_pool/connection_pool-0.0.3.ebuild
17 new file mode 100644
18 index 000000000..96d3c1f62
19 --- /dev/null
20 +++ b/dev-python/connection_pool/connection_pool-0.0.3.ebuild
21 @@ -0,0 +1,16 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +PYTHON_COMPAT=( python3_{10..11} )
28 +DISTUTILS_USE_PEP517=setuptools
29 +
30 +inherit distutils-r1 pypi
31 +
32 +DESCRIPTION="Thread safe connection pool"
33 +HOMEPAGE="https://github.com/zhouyl/ConnectionPool"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64"
38
39 diff --git a/dev-python/connection_pool/metadata.xml b/dev-python/connection_pool/metadata.xml
40 new file mode 100644
41 index 000000000..efc2a5c9e
42 --- /dev/null
43 +++ b/dev-python/connection_pool/metadata.xml
44 @@ -0,0 +1,12 @@
45 +<?xml version="1.0" encoding="UTF-8"?>
46 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 +<pkgmetadata>
48 + <maintainer type="project">
49 + <email>sci@g.o</email>
50 + <name>Gentoo Science Project</name>
51 + </maintainer>
52 + <upstream>
53 + <remote-id type="github">zhouyl/ConnectionPool</remote-id>
54 + <remote-id type="pypi">connection_pool</remote-id>
55 + </upstream>
56 +</pkgmetadata>