Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/yaql/
Date: Fri, 05 Nov 2021 09:20:06
Message-Id: 1636100999.a7eb360a5f8d9cdbe2a550656054671c8ecba28b.Alessandro-Barbieri@gentoo
1 commit: a7eb360a5f8d9cdbe2a550656054671c8ecba28b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 4 22:36:50 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri Nov 5 08:29:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7eb360a
7
8 dev-python/yaql: NEW version
9
10 Closes: https://bugs.gentoo.org/800566
11 Closes: https://bugs.gentoo.org/800569
12 Closes: https://bugs.gentoo.org/815571
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
15
16 dev-python/yaql/Manifest | 2 +-
17 dev-python/yaql/yaql-1.1.3.ebuild | 24 -----------------------
18 dev-python/yaql/yaql-2.0.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
19 3 files changed, 42 insertions(+), 25 deletions(-)
20
21 diff --git a/dev-python/yaql/Manifest b/dev-python/yaql/Manifest
22 index 3bcb8fe64..8fa23e3de 100644
23 --- a/dev-python/yaql/Manifest
24 +++ b/dev-python/yaql/Manifest
25 @@ -1 +1 @@
26 -DIST yaql-1.1.3.tar.gz 111546 BLAKE2B 2bb2567532cf22a200074baa2e85e0fe90e402dde66e2cbad5f750c95f4e76ee94a068d0be9f741fa932ba4f505f97a2bacf1ad367dea308ce0f69a4d94c9033 SHA512 e85712f65dc932126c75cc84403d14639f76098f4bd22ff2106a68afb6685794e1797154bbf1343e1f82a8b4a13e351d2d0dec1f235e31eecd96f6394116cd4b
27 +DIST yaql-2.0.0.tar.gz 126174 BLAKE2B 0709c77c30085a2c6ef2ecb643330aef4dd74401b2de358966e146baa57a70a7a09067f55edd07cb1a1fe20a4b4613920ffd0f5b46123343be0ea701cd80b1a5 SHA512 9e28552b833b3dcf5ba40e46f6cffe70e0ecca831c25ac013ab2ec4b85c370103a870efe2efdcf2626cc09ff8b6fc9441451bd9963effbd0b8b903f5e06628c5
28
29 diff --git a/dev-python/yaql/yaql-1.1.3.ebuild b/dev-python/yaql/yaql-1.1.3.ebuild
30 deleted file mode 100644
31 index 3d54615fd..000000000
32 --- a/dev-python/yaql/yaql-1.1.3.ebuild
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_8 )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="YAQL: Yet Another Query Language"
45 -HOMEPAGE="https://github.com/openstack/yaql"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE=""
52 -
53 -DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
54 -RDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]
55 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
56 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
57 - dev-python/ply[${PYTHON_USEDEP}]
58 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
59
60 diff --git a/dev-python/yaql/yaql-2.0.0.ebuild b/dev-python/yaql/yaql-2.0.0.ebuild
61 new file mode 100644
62 index 000000000..4f304285c
63 --- /dev/null
64 +++ b/dev-python/yaql/yaql-2.0.0.ebuild
65 @@ -0,0 +1,41 @@
66 +# Copyright 1999-2021 Gentoo Authors
67 +# Distributed under the terms of the GNU General Public License v2
68 +
69 +EAPI=8
70 +
71 +PYTHON_COMPAT=( python3_8 )
72 +
73 +inherit distutils-r1
74 +
75 +DESCRIPTION="YAQL: Yet Another Query Language"
76 +HOMEPAGE="
77 + https://github.com/openstack/yaql
78 + https://pypi.org/project/yaql
79 + https://launchpad.net/yaql
80 + https://opendev.org/openstack/yaql
81 +"
82 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 +
84 +LICENSE="Apache-2.0"
85 +SLOT="0"
86 +KEYWORDS="~amd64"
87 +
88 +RDEPEND="
89 + >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
90 + >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
91 + dev-python/ply[${PYTHON_USEDEP}]
92 +"
93 +DEPEND="${RDEPEND}"
94 +BDEPEND="
95 + test? (
96 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
97 + >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
98 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
99 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
100 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
101 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
102 +
103 + )
104 +"
105 +
106 +distutils_enable_tests pytest