[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sqlite3/

2023-09-01 Thread Hans de Graaff
commit: b95d97c3fbda2d5eb0d1d664583169d65efac4bd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep  1 05:47:28 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep  2 05:36:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95d97c3

dev-ruby/sqlite3: add 1.6.4

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sqlite3/Manifest |  1 +
 dev-ruby/sqlite3/sqlite3-1.6.4.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index 8bbd66fec2bb..e85f7b79f07e 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -1,3 +1,4 @@
 DIST sqlite3-1.4.4.gem 71168 BLAKE2B 
f49d055b0d040f12b00abaf5c3a245b4e018445f41d496ae0d27426970f208b066bdd5a1b562a8fbb575397bac132384111fa59d6079dd6f384a6b1d90d272b8
 SHA512 
48753652d2aec201dfeac37f284bfdbc1b39c208c4ef605a2b7073a8a56cf5edf2021a889d98e0939cc0fbc476ccfda1aa01a0d8848a6129cab3af68761fcf38
 DIST sqlite3-1.6.1.gem 3194368 BLAKE2B 
f06fc82454730ad136c0824258d4f0fba75d2e2e2aa160f3e2b928d128f0649292a42bacac19330d485695db7c833b3ab7396833ada427bbf35cc90120f54a78
 SHA512 
e0e25dd5b5d98cd1e8e1e7721d300ddb75138d68e9fd3d1a062d6eb1ee7ce580cf15585f086123027f11bd7325f41eba44e5a4bf20500ce14c0cd8d191577a79
 DIST sqlite3-1.6.3.gem 3219968 BLAKE2B 
3243aa61993cf0e9f20b46f4e02ca88a17f204d05815cd7661910e39034a7a83822943db643d8ae2dee758b6e78063f6201446a91c9552f518da5eb1edf6f3c7
 SHA512 
017fc5b5e4a7955da84e105a13213e702d16a1489371748c3a9170f92e9af3a8ed458c3867e13a17bf7fa30baf026e2efc8cd548b5695cad5397323ea6a71112
+DIST sqlite3-1.6.4.gem 3248640 BLAKE2B 
95deb2f826c912948b677c33b405e6f95ac124fe61074a30217aa823eceb9b8a2fc659e8c71e37c0dab4b30371f047ae693a401644a3d7c48d5b259926b81fc9
 SHA512 
47eb7b40305450d4e4a90c2985163ed6e8b971358405a6a8a4e24f6cc959921c19fb16d987bacbc2697de4bf9d9215b4395fbeb641bf2e281b3e13d82da8eef5

diff --git a/dev-ruby/sqlite3/sqlite3-1.6.4.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.4.ebuild
new file mode 100644
index ..1c4ebdc7a1b4
--- /dev/null
+++ b/dev-ruby/sqlite3/sqlite3-1.6.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_DOC="faq"
+RUBY_FAKEGEM_DOCDIR="doc faq"
+RUBY_FAKEGEM_EXTRADOC="API_CHANGES.md README.md ChangeLog.cvs CHANGELOG.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/sqlite3/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/sqlite3
+
+inherit ruby-fakegem
+
+DESCRIPTION="An extension library to access a SQLite database from Ruby"
+HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE=""
+
+# We track the bundled sqlite version here
+RDEPEND+=" >=dev-db/sqlite-3.43.0:3"
+DEPEND+=" >=dev-db/sqlite-3.43.0:3"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/rdoc dev-ruby/redcloth )
+   test? ( dev-ruby/minitest:5 )
+"
+
+all_ruby_prepare() {
+   sed -i -e 's/enable_config("system-libraries")/true/' 
ext/sqlite3/extconf.rb || die
+
+   # Remove the runtime dependency on mini_portile2. We build without
+   # it and it is not a runtime dependency for us.
+   sed -i -e '/^dependencies:/,/force_ruby_platform/d' ../metadata || die
+}
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc; then
+   rdoc --title "${P} Documentation" -o doc --main README.rdoc lib 
*.rdoc ext/*/*.c || die
+   rm -f doc/js/*.gz || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/elastic-transport/

2023-09-01 Thread Hans de Graaff
commit: 1e0c8f74f3b31c99de2589a09faa26ad3eb64bb4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  2 05:39:03 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep  2 05:39:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c8f74

dev-ruby/elastic-transport: add 8.2.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/elastic-transport/Manifest|  1 +
 .../elastic-transport-8.2.3.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-ruby/elastic-transport/Manifest 
b/dev-ruby/elastic-transport/Manifest
index b951abfc2fbb..301a87fc964c 100644
--- a/dev-ruby/elastic-transport/Manifest
+++ b/dev-ruby/elastic-transport/Manifest
@@ -1 +1,2 @@
 DIST elastic-transport-8.2.2.tar.gz 55336 BLAKE2B 
e68c5280c706cbef9b72681c8f2e1ba1847460f6d3f04a35c4faa05a000f236fbbf19a70d129e3d0a31937626d11c7fc077046d6b843d2c3e15c908ef32e9e18
 SHA512 
34d52bc39f51fe5011e389de6fadaa943a11d0216198976ef06768222eb34583d0ae50d250edc3253e0956eb68e58c507e7f2598535f807425fbd8224caa1154
+DIST elastic-transport-8.2.3.tar.gz 55339 BLAKE2B 
648bef27a8fb55c9d617429f8c9921963b8c79c4ed4ca47652f8ab351178b472a63b7ff3b7e3736281a2c31f26433a159acae7704d745ecda118730f091bbd47
 SHA512 
a35538fc9dbea9262418b34bb91cb2b48b7729536e160b2c30a0ecb2c65d81b7c749015c4254e55950687d30ba6996ad618ed3d11e975eb6a7a32c284a0ea755

diff --git a/dev-ruby/elastic-transport/elastic-transport-8.2.3.ebuild 
b/dev-ruby/elastic-transport/elastic-transport-8.2.3.ebuild
new file mode 100644
index ..c9d6146ca24d
--- /dev/null
+++ b/dev-ruby/elastic-transport/elastic-transport-8.2.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Transport classes and utilities shared among Ruby Elastic client 
libraries"
+HOMEPAGE="https://github.com/elastic/elastic-transport-ruby;
+SRC_URI="https://github.com/elastic/elastic-transport-ruby/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="elastic-transport-ruby-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   || ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
+   dev-ruby/multi_json
+"
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/ansi
+   dev-ruby/hashie
+   || ( ( dev-ruby/faraday:2 dev-ruby/faraday-net_http_persistent 
) dev-ruby/faraday:1 )
+   dev-ruby/mocha:1.0
+   dev-ruby/pry
+   dev-ruby/rspec:3
+   dev-ruby/shoulda-context
+   dev-ruby/curb
+   )
+"
+
+all_ruby_prepare() {
+   # fix to work without git
+   sed -i -e 's/git ls-files/find * -type f/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # remove useless dependencies from Rakefile
+   sed -e '/bundler/d' \
+   -e '/require.*cane/,/end/d' \
+   -i Rakefile || die
+
+   # Tweak test setup to only run unit tests since we don't have a live 
cluster
+   sed -e "s/RUBY_VERSION > '1.9'/false/" \
+   -e '/module Elasticsearch/,$ s:^:#:' \
+   -e '/reporters/ s:^:#: ; /Reporters::SpecReporter/,/^end/ 
s:^:#: ; /Reporters.use/ s:^:#:' \
+   -i test/test_helper.rb || die
+
+   sed -e '/pry/ s:^:#:' \
+   -e '/config.formatter/ s:^:#:' \
+   -i spec/spec_helper.rb || die
+
+   # Avoid specs that require a running elasticsearch instance
+   sed -e '/#perform_request/ s/describe/xdescribe/' \
+   -e '/when the client connects/ s/context/xcontext/' \
+   -i spec/elastic/transport/client_spec.rb || die
+   sed -e '/retries on 404 status the specified number of max_retries/ 
s/it/xit/' \
+   -i spec/elastic/transport/base_spec.rb || die
+
+   # Avoid specs that require unpackaged gems
+   sed -e '/when using the HTTPClient adapter/ s/context/xcontext/' \
+   -e '/require.*httpclient/ s:^:#:' \
+   -e '/when the adapter is \(patron\|typhoeus\)/ 
s/context/xcontext/' \
+   -e '/require.*\(patron\|typhoeus\)/ s:^:#:' \
+   -e '/when the adapter \(can be detected\|is specified as a 
string key\)/ s/context/xcontext/' \
+   -e '/when the Faraday adapter is \(configured\|set in the 
block\)/ s/context/xcontext/' \
+   -i spec/elastic/transport/client_spec.rb || die
+   sed -e '/using \(httpclient\|patron\|typhoeus\)/ s/context/xcontext/' \
+   -i spec/elastic/transport/meta_header_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/

2023-09-01 Thread Hans de Graaff
commit: e37fecc4ad9e5ccf4e263435917cc4ef23e66d42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  2 05:41:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep  2 05:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37fecc4

dev-ruby/globalid: add 1.2.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/globalid/Manifest  |  1 +
 dev-ruby/globalid/globalid-1.2.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/globalid/Manifest b/dev-ruby/globalid/Manifest
index 9a658939a4f7..75a4dfc34093 100644
--- a/dev-ruby/globalid/Manifest
+++ b/dev-ruby/globalid/Manifest
@@ -1 +1,2 @@
 DIST globalid-1.1.0.tar.gz 21131 BLAKE2B 
74f49046e84421df1ae4640cf1ecc23d6c09d4a7176583a4662fa89b031ec9c142c09d13b90dfd40cb23417aec3285a93366f975600b2b52b11a62f62878b313
 SHA512 
42d6fbdaa4de42da6677d620420c96989ed358197b36f4f0e4b4304a4c8a0f2df7d91c0de84381fb0fec87c213d3ba00335e95d92ae2bce59fe7ac7863219c1d
+DIST globalid-1.2.0.tar.gz 24082 BLAKE2B 
b6333d66b2f5684b78e519a46931bc839e38774fc95a7a3732959a26aa90555003679d7be52204d544a290bd373bb8d9c6c9b80a7457d460e9ec2324c6494cbd
 SHA512 
ea25f6e56384733773bf27af5d02cf985328492cac97e518a16f97f94c795503a865c407457c647f6cd34e5b6c577612cad0d5206e6e44ed612499f191f3d8f0

diff --git a/dev-ruby/globalid/globalid-1.2.0.ebuild 
b/dev-ruby/globalid/globalid-1.2.0.ebuild
new file mode 100644
index ..1529d99af256
--- /dev/null
+++ b/dev-ruby/globalid/globalid-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="globalid.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Reference models by URI"
+HOMEPAGE="https://github.com/rails/globalid;
+SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-6.1 
>=dev-ruby/railties-6.1 )"
+ruby_add_rdepend ">=dev-ruby/activesupport-6.1:*"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+
+#  sed -i -e '2irequire "forwardable"' test/helper.rb || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/spotifyd/

2023-09-01 Thread Bailey Kasin
commit: d84db1ec1b8238f98671160a1036c1ab3ea90333
Author: Bailey Kasin  gmail  com>
AuthorDate: Sat Sep  2 03:59:09 2023 +
Commit: Bailey Kasin  gmail  com>
CommitDate: Sat Sep  2 03:59:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d84db1ec

media-sound/spotifyd: new package, add 0.3.5

Signed-off-by: Bailey Kasin  gmail.com>

 media-sound/spotifyd/Manifest  | 376 +
 media-sound/spotifyd/metadata.xml  |  23 ++
 media-sound/spotifyd/spotifyd-0.3.5.ebuild | 434 +
 3 files changed, 833 insertions(+)

diff --git a/media-sound/spotifyd/Manifest b/media-sound/spotifyd/Manifest
new file mode 100644
index 00..bc27d9a0af
--- /dev/null
+++ b/media-sound/spotifyd/Manifest
@@ -0,0 +1,376 @@
+DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST aes-0.6.0.crate 86774 BLAKE2B 
e687f2839b53adc3ef990da8221705a462015aa0ea004a6e15dba7e7ecc008d9d13cad6222b03244dc48bd1717a442e7aa5aaab6e97bba1d3be28c1d914e464e
 SHA512 
65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9
+DIST aes-0.7.5.crate 128544 BLAKE2B 
7381fe4963324b1f9b5cd1e81b2f2e3010ebb435b049b20fd1a9b37e472fed0062c63fe0a1629a59680f3c99154836a147db9561ee01dddbdeeefe6efdca5b6a
 SHA512 
1e1e6714af9131af6a7e9546339d729979719c9c6751e4e2274e9cc243803920a7317c01a6dc20e31d730ccd43fc65cc2e9a3a29a6bc4d0c9bc0a6a3b65fe5c7
+DIST aes-ctr-0.6.0.crate 13217 BLAKE2B 
5097ce1767bf980d4181885a7a117e41d0c81d2b5e9793e7d6949d9c1cff143d300b0abaf5d0640f2195a7f7655cb5d1446de81f9702a70224310bb41060600a
 SHA512 
1f5967a82bef4f6bfe690f71a37650f727a4c9fcd96e8b005d11d47033f368bb54009054fde84353e11e100d3be4905e416852cbbe5b60e3fbdccbcae7d55733
+DIST aes-soft-0.6.4.crate 99980 BLAKE2B 
a4b3838e0348ed3d7468f9d0e19d8dd45071ec54d54d538943d5afabd3f88db139c459574e6694e7fa86e4d77eaa3f75c11e3a9376f45429848c91889530980b
 SHA512 
620b38b2a6437caf393e84625beb27afdf448acb52d7adbc9cba1152ea385bdf05a68795eee0f48fd90b5edfc25fd9cc3d42a0f2593dfa2f90d4f4f9cc893ebe
+DIST aesni-0.10.0.crate 100248 BLAKE2B 
2dba6f1004495a725acf171eeae5a6e393475323e8974eff2e4667194ac147dc3a52a9bed1b00cf7735d3671b6a2bd135cbb4dbde822d7c8c21af23692d3e71f
 SHA512 
726e5213a81ea021d4be7c5220d952cb6f0cb0ecb6cc840b542e9f75539e37fc5d6378ad4f4d6a2bc7e7642ea07a18202ed32d3b6a212777bd7abca735c6707c
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
+DIST alsa-0.6.0.crate 68171 BLAKE2B 
b692d929e49765c59ae2fae7bbe8bef4393c393e384c5d84133f018123cfe1044c6fe6c1915423614957fe622553aaf9cb5c38a41d3ff93afa2c4f162a828252
 SHA512 
a63354da0e643a68e28e32293d48f866c071332b1d17cf8349a79f28e45d6b9566d22f30c3001a862ea26c2b757aa9440b3f52c826a40b29c7881d12416f599b
+DIST alsa-0.7.0.crate 69367 BLAKE2B 
f994774f57f37e12e97ef0a961caa95509583df48102a904ca7563c6147222099941eab4d1b74ebc8f4e289fd0baee0a6cb2b6ec1e1983748e5d1c4cbf6bf3b5
 SHA512 
f39d966305459174e88c7f75f140f9606ddcdc64fcad0c140727e5885605567683f33541f98c719f50b583a24f7db70797b0a928b6a13878366c084eb247
+DIST alsa-sys-0.3.1.crate 32748 BLAKE2B 
0c4da9c343d622ddd521fe9332acf97c1ee4a202a909c7a0014a507148ab6ff82d5098660dcba847d938b296adde416ae420d454d6982c33a0456f37840d716b
 SHA512 
6523d909c500fee433f934eedfdc200cfc52e1b55be09434665210c16bb9af3593d8b1346ace184b171c7135a7aa65fdac5ca8c68e64f9d20436e1d8fac961fe
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/mistletoe/

2023-09-01 Thread Sam James
commit: bc721e61fd57559697a80a8a00f30f387a40058d
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc721e61

dev-python/mistletoe: Stabilize 1.2.1 arm64, #913472

Signed-off-by: Sam James  gentoo.org>

 dev-python/mistletoe/mistletoe-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mistletoe/mistletoe-1.2.1.ebuild 
b/dev-python/mistletoe/mistletoe-1.2.1.ebuild
index b2e21b2fa755..33635fec7909 100644
--- a/dev-python/mistletoe/mistletoe-1.2.1.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.2.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 # NB: pygments is technically optional but we like syntax highlighting
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/

2023-09-01 Thread Sam James
commit: 610146d7306aefcc008e171af62ad69187a3e2f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610146d7

dev-python/translate-toolkit: Stabilize 3.10.0 arm64, #913472

Signed-off-by: Sam James  gentoo.org>

 dev-python/translate-toolkit/translate-toolkit-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.10.0.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.10.0.ebuild
index 36a4fe2cd0a4..db7831b79abc 100644
--- a/dev-python/translate-toolkit/translate-toolkit-3.10.0.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-3.10.0.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE="+html +ical +ini +subtitles +yaml"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/typeguard/

2023-09-01 Thread Sam James
commit: 11e0ec98fd7d98a7b9419189462f4da6a9eb9edc
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e0ec98

dev-python/typeguard: Stabilize 4.1.0 x86, #913444

Signed-off-by: Sam James  gentoo.org>

 dev-python/typeguard/typeguard-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typeguard/typeguard-4.1.0.ebuild 
b/dev-python/typeguard/typeguard-4.1.0.ebuild
index f68d93899b2d..fcb8380128ee 100644
--- a/dev-python/typeguard/typeguard-4.1.0.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/

2023-09-01 Thread Sam James
commit: e97eb81f6ece8b6b643236dabc50670c8db706d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97eb81f

dev-python/xxhash: Stabilize 3.3.0 amd64, #913450

Signed-off-by: Sam James  gentoo.org>

 dev-python/xxhash/xxhash-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xxhash/xxhash-3.3.0.ebuild 
b/dev-python/xxhash/xxhash-3.3.0.ebuild
index 4839bd405feb..0aec18ebcf61 100644
--- a/dev-python/xxhash/xxhash-3.3.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="
>=dev-libs/xxhash-0.8.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-param-files/

2023-09-01 Thread Sam James
commit: ee4b10c3207f68de9256ed168312da6fa98686f7
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4b10c3

dev-python/pytest-param-files: Stabilize 0.6.0 x86, #913426

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild 
b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
index ea88c3b8a05e..8f3dbfc6b2f5 100644
--- a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
+++ b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/

2023-09-01 Thread Sam James
commit: 066c58b1bf80701fe656f0b4aaf8d23d31c0c7c2
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066c58b1

dev-python/peewee: Stabilize 3.16.3 amd64, #913436

Signed-off-by: Sam James  gentoo.org>

 dev-python/peewee/peewee-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/peewee/peewee-3.16.3.ebuild 
b/dev-python/peewee/peewee-3.16.3.ebuild
index d0a5ef1e5387..fb440a714014 100644
--- a/dev-python/peewee/peewee-3.16.3.ebuild
+++ b/dev-python/peewee/peewee-3.16.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="examples +native-extensions test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/typeguard/

2023-09-01 Thread Sam James
commit: 07a6428212a3a0d58b395948f2bb636b3ec86681
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a64282

dev-python/typeguard: Stabilize 4.1.0 hppa, #913444

Signed-off-by: Sam James  gentoo.org>

 dev-python/typeguard/typeguard-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typeguard/typeguard-4.1.0.ebuild 
b/dev-python/typeguard/typeguard-4.1.0.ebuild
index ca7f5923be88..f68d93899b2d 100644
--- a/dev-python/typeguard/typeguard-4.1.0.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/

2023-09-01 Thread Sam James
commit: 7df6f643535fca9801f9af78a1f0ac0f70ea8319
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 03:28:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 03:28:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df6f643

dev-python/peewee: Stabilize 3.16.3 x86, #913436

Signed-off-by: Sam James  gentoo.org>

 dev-python/peewee/peewee-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/peewee/peewee-3.16.3.ebuild 
b/dev-python/peewee/peewee-3.16.3.ebuild
index fb440a714014..15751248dc2e 100644
--- a/dev-python/peewee/peewee-3.16.3.ebuild
+++ b/dev-python/peewee/peewee-3.16.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="examples +native-extensions test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-ironicclient/

2023-09-01 Thread Michał Górny
commit: 7d72161bc38e67965bfdbb48afd23b81088aa19f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:06:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d72161b

dev-python/python-ironicclient: Bump to 5.4.0

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

 dev-python/python-ironicclient/Manifest|  1 +
 .../python-ironicclient-5.4.0.ebuild   | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/python-ironicclient/Manifest 
b/dev-python/python-ironicclient/Manifest
index acbc4edc5978..449288c6093d 100644
--- a/dev-python/python-ironicclient/Manifest
+++ b/dev-python/python-ironicclient/Manifest
@@ -1 +1,2 @@
 DIST python-ironicclient-5.3.0.tar.gz 224784 BLAKE2B 
5b336c35e1e082970f5f62efc41dedfe21881c0fdb614177a00f98ebab4ddad9672852b92bf5c718d785c86ad3549a505fab7e69136a5a11ba563340c9a363a1
 SHA512 
5ac42c50042611f8f3c121b74ace904df079504f15f53e8604e719f306549b1841e485544ed20b1cccb5cfd48f1813f71ae3ac58955e060279f54b95ca6330b3
+DIST python-ironicclient-5.4.0.tar.gz 228187 BLAKE2B 
1ce5f17fbbc752d0b8589abbc1207b8cde8c8d11a9ea6394b726313e3c5bdaf415536e606fb052cb130a0bd264dbd125048ceab5368a1c64915d3e52473017c0
 SHA512 
dccbbdeddd3f0cd087b6589e120de375e7c8bb33a67ac8a51b1f62e7a66307b19c508cc1a568346136129bb52cfdd0af00d70af8b0d50b2bd634d89a75db0378

diff --git a/dev-python/python-ironicclient/python-ironicclient-5.4.0.ebuild 
b/dev-python/python-ironicclient/python-ironicclient-5.4.0.ebuild
new file mode 100644
index ..e4c52a7bb286
--- /dev/null
+++ b/dev-python/python-ironicclient/python-ironicclient-5.4.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings for the Ironic API"
+HOMEPAGE="
+   https://opendev.org/openstack/python-ironicclient/
+   https://github.com/openstack/python-ironicclient/
+   https://pypi.org/project/python-ironicclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
+   >dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth1-3.11.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.18.0[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyhcl/

2023-09-01 Thread Michał Górny
commit: 36fd2b955ebe9475394443a95b6440a425ef724e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:11:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fd2b95

dev-python/pyhcl: Bump to 0.4.5

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

 dev-python/pyhcl/Manifest   |  1 +
 dev-python/pyhcl/pyhcl-0.4.5.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pyhcl/Manifest b/dev-python/pyhcl/Manifest
index 06f3a804c010..ff3f50ef803b 100644
--- a/dev-python/pyhcl/Manifest
+++ b/dev-python/pyhcl/Manifest
@@ -1 +1,2 @@
 DIST pyhcl-0.4.4.gh.tar.gz 58400 BLAKE2B 
89ce8ba1eff577d9b4c7a86931e305f94ad7633b83c27f44352658ec2a12e48fd0cb05619e4afd97e4f2d78a9f4dba5c082a0d5703060b629880a3d193d9b4ee
 SHA512 
7c5e2b611d1198a0e6c667b8fda868231bdd25da822d634a34c076fea655a7ea2999fc827de8484992efcf52b6b843871713a83e3be7787003c90f05e3e7ddf6
+DIST pyhcl-0.4.5.gh.tar.gz 58692 BLAKE2B 
ea08471e3bc0957b19660322e487314ffb795c4df024e54b0ed5979f60f406c7ba08f48825ef9c6a2984fff753a85db696a3877f3409d5773b1789d696164e1b
 SHA512 
094c766e8787142c6369e530102f54c187c25cbc68d0feb89e71230adf3241cd17bd001cabb52a67e4230e1d4ca43eff975c523bd395305a38ca72ef3e604ab8

diff --git a/dev-python/pyhcl/pyhcl-0.4.5.ebuild 
b/dev-python/pyhcl/pyhcl-0.4.5.ebuild
new file mode 100644
index ..5607b0797e55
--- /dev/null
+++ b/dev-python/pyhcl/pyhcl-0.4.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="HCL configuration parser for python"
+HOMEPAGE="
+   https://github.com/virtuald/pyhcl/
+   https://pypi.org/project/pyhcl/
+"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/virtuald/pyhcl.git;
+else
+   SRC_URI="
+   https://github.com/virtuald/pyhcl/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MPL-2.0"
+SLOT="0"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   printf '__version__ = "%s"\n' "${PV}" > src/hcl/version.py || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/

2023-09-01 Thread Michał Górny
commit: d2f7c89d033b4d539f5efaad8f7d10ead9b2419b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:07:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f7c89d

dev-python/python-cinderclient: Bump to 9.4.0

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

 dev-python/python-cinderclient/Manifest|  1 +
 .../python-cinderclient-9.4.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/python-cinderclient/Manifest 
b/dev-python/python-cinderclient/Manifest
index b7bad194bef5..77fc57387b4a 100644
--- a/dev-python/python-cinderclient/Manifest
+++ b/dev-python/python-cinderclient/Manifest
@@ -1 +1,2 @@
 DIST python-cinderclient-9.3.0.tar.gz 236158 BLAKE2B 
7f21485e907597de77ba9998e190c4ea05d3b968fb1886bd980e5f15addf26b35acf096c2c3b28e6d05d95125dbd568362ce500ff8643da27baa45b165f5e105
 SHA512 
3e8b957517a394f2b72cfb8f3442d8b57d4487be476e10f16c112134c1e5a8548056ce0a0cf75cac55d8a607e34e535593130f25aa413c86adf301465112dbb2
+DIST python-cinderclient-9.4.0.tar.gz 236451 BLAKE2B 
75d5ee0c3f64c3254e7f9f806bccc685ab929c5812076fb7b78a995e9c9adbf384f296799f7119128e1781a34e727e305e3ae4bef04939adc2e7fd0268e83b1c
 SHA512 
e7628b569bf46c7a8d5ecf7918be9133b400411d5509112baad49f7ff60ad0fc5d7c98cec9d4d6286cf8bd9c23c918af3aaa52c1b2d68536a3a2e4a89ce8502b

diff --git a/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild 
b/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild
new file mode 100644
index ..d6da6c25c341
--- /dev/null
+++ b/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A client for the OpenStack Cinder API"
+HOMEPAGE="
+   https://opendev.org/openstack/python-cinderclient/
+   https://github.com/openstack/python-cinderclient/
+   https://pypi.org/project/python-cinderclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/keystoneauth1-4.3.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-5.0.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-5.5.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ddt[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   dev-python/oslo-serialization[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   # functional tests require cloud instance access
+   eunittest -b cinderclient/tests/unit
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/

2023-09-01 Thread Michał Górny
commit: ff33b40020f4e611702ade545447d7744464d0a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:08:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff33b400

dev-python/hypothesis: Bump to 6.83.0

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.83.0.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index a956ee3d174f..def9ff2719a8 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-6.82.4.gh.tar.gz 9379010 BLAKE2B 
0da8b3ff53f6f2019019ade9a8b42ef
 DIST hypothesis-6.82.5.gh.tar.gz 9378852 BLAKE2B 
b40cd8cce2c84f535be7f73e91b354fe2688f3bfb8d70f9765de437b8547a77a720ade4263a067e61ee9204ab998cd798917795ea4e7e47c07b897d8bc932434
 SHA512 
2934c05cb387aff8151a13b03c5a04b07aa54d82a6a41c7e33a2b823f4bb17c534ebaf36672a76392dba7b109ccaf4d808fe7005146ef76f30a1b66e0b7a76c1
 DIST hypothesis-6.82.6.gh.tar.gz 9379121 BLAKE2B 
f6f6803e07fa10663f9f3ad60915f179acc14dee57f373e36772bb60bf74dcdf1ea20bb251f67394fadeca47cddc33fc8b8950fddd1def1a84c97616d9888331
 SHA512 
507656462a88a436a1b250cd348770f8e3f359cd9988ea9c97dd98e6f82bf05a827b6cff394da6b7102ddf31b17443d25df31ee2efaf814f08a174617d3e59c0
 DIST hypothesis-6.82.7.gh.tar.gz 9379221 BLAKE2B 
ccb35d84bd9fe6b68f396575ed7f55ad4a615870bcfd881e60a6d9813b5713f573d947594c553bd408c9d8709502f5323382a77662a26238114c414feb3d
 SHA512 
b26d459a1b7c5f363830b20d4787f3e7bbac647eb82b94d8d02be3337f77707c6c4de1676b5fb0fabb049b0becab1a73191967ee435cbc096f797fca8cfb0a01
+DIST hypothesis-6.83.0.gh.tar.gz 9380147 BLAKE2B 
ec878cbd6def0cfd8b8c638775c00e42be30f5129f0083544260be1e2123756266bde67cc1ef3b49a6d47c7827eec7bfe2695dfc113d0af9c205071e6d3c2cf8
 SHA512 
b68f8e6a4d4aae138ce1bf30fde1870cd23d80dde583a0a758b1ac1baf949bcac8622770ae01b761d0760dc63bba80d630e8cd4ba83174ba6d0924a41a7f7c9e

diff --git a/dev-python/hypothesis/hypothesis-6.83.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.83.0.ebuild
new file mode 100644
index ..0d6df2a9e475
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.83.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

[gentoo-commits] repo/gentoo:master commit in: dev-python/GitPython/

2023-09-01 Thread Michał Górny
commit: c38c190c336b6fa6581a7f6f8ab53d6186f4c803
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:09:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38c190c

dev-python/GitPython: Bump to 3.1.33

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

 dev-python/GitPython/GitPython-3.1.33.ebuild | 84 
 dev-python/GitPython/Manifest|  2 +
 2 files changed, 86 insertions(+)

diff --git a/dev-python/GitPython/GitPython-3.1.33.ebuild 
b/dev-python/GitPython/GitPython-3.1.33.ebuild
new file mode 100644
index ..cc252e9af748
--- /dev/null
+++ b/dev-python/GitPython/GitPython-3.1.33.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+TEST_P=GitPython-${PV}
+GITDB_P=gitdb-4.0.10
+SMMAP_P=smmap-5.0.0_p1
+
+DESCRIPTION="Library used to interact with Git repositories"
+HOMEPAGE="
+   https://github.com/gitpython-developers/GitPython/
+   https://pypi.org/project/GitPython/
+"
+SRC_URI+="
+   test? (
+   https://dev.gentoo.org/~mgorny/dist/${TEST_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${GITDB_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${SMMAP_P}.gitbundle
+   )
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-vcs/git
+   >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   git config --global user.email "tra...@ci.com" || die
+   git config --global user.name "Travis Runner" || die
+
+   git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
+   git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb || die
+   git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
+
+   cd "${T}"/test || die
+   git rev-parse HEAD > .git/refs/remotes/origin/master || die
+   TRAVIS=1 ./init-tests-after-clone.sh || die
+   cat test/fixtures/.gitconfig >> ~/.gitconfig || die
+
+   distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # performance tests are unreliable by design
+   test/performance
+   # unimpoortant and problematic
+   test/test_installation.py
+   # Internet
+   test/test_repo.py::TestRepo::test_leaking_password_in_clone_logs
+   test/test_quick_doc.py::QuickDoc::test_cloned_repo_object
+   # requires which(1)
+   # https://github.com/gitpython-developers/GitPython/pull/1525
+   test/test_git.py::TestGit::test_refresh
+   # TODO
+   test/test_submodule.py::TestSubmodule::test_base_rw
+   
test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit
+   
test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules
+   test/test_submodule.py::TestSubmodule::test_root_module
+   )
+
+   epytest -o addopts= test
+}

diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
index 5d758f4f81ad..c8e3a89f3482 100644
--- a/dev-python/GitPython/Manifest
+++ b/dev-python/GitPython/Manifest
@@ -1,4 +1,6 @@
 DIST GitPython-3.1.32.gitbundle 9676140 BLAKE2B 
e975f7949f3f3e25f66008b1f2be80dbecb96234405b07b7ef33cb119abde1be434d46deb3c5bed2ec26f4fe35d0f5a1e605c60727812ef4aef2116029f83abd
 SHA512 
b54d5a8e335f6c1b6dfcdd6ccb9c79562ec222cd3d83fd196dab245bed90a9e02d20b191b46c5acdc300f2dede942c686694f0aa005fa5c5c2c2d3e81470a692
 DIST GitPython-3.1.32.tar.gz 196978 BLAKE2B 
914b0ceebe89b00e5d65c963055c1d64c3125699a4df80e04c5a0ca59181faac5357880767224d3b3cad9b884668299510ea055ae0c228648c1b1c2e5ec048d0
 SHA512 
b1a4ac7d98b9543454525819357afef4c45dde842a8a8689f5f059312cd45ee10a7a5b22e2417a0a7120b78c0a40addc4f9189789d70ca34d2bc21962fe44fb7
+DIST GitPython-3.1.33.gitbundle 9635126 BLAKE2B 
d851f8766f4d145b54de7b2593d84c9002d4a6ae6b55c1b8533f8945b668966bc4a3a94f4467adc4390326e26b78fd88d141931e11251ebcbaa6120081bfba7b
 SHA512 
cc4eb17f1b32a7d5f592bd4a84936e0fe9e12ccfe555b9c9ee57a48678f62181b4a0d6c003222873f5d53af932bc8099568f2792d06ee44dd240af0a2dd94df8
+DIST GitPython-3.1.33.tar.gz 198466 BLAKE2B 
5e27cc92ba937f730ba746fa565b3a9a5b50ea3d4bec11cd2e484b0cf96db9a8f51f920d0788b6170750e48e2361ab0327017d445652aee4851396e83a57b0b3
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/

2023-09-01 Thread Michał Górny
commit: 6ebc68075ffbb96ad1ecbbd096f7e729808ce1f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:00:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebc6807

dev-python/griffe: Bump to 0.36.0

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

 dev-python/griffe/Manifest |  1 +
 dev-python/griffe/griffe-0.36.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
index 033347651607..4b59b0e6dc46 100644
--- a/dev-python/griffe/Manifest
+++ b/dev-python/griffe/Manifest
@@ -2,3 +2,4 @@ DIST griffe-0.34.0.gh.tar.gz 181554 BLAKE2B 
67d9a453cbd4388e7eefce9613b58667fff1
 DIST griffe-0.35.0.gh.tar.gz 184348 BLAKE2B 
eafd03d55091c960ae8686e0e1113ca266b1f980a00ebb12e252e54105dd10f56f1cb76de9fdba0ceefe2c8b7190f3aa1fe3557cac162e96b8ee408ce682f47d
 SHA512 
9308c215232775e1355c7470006f611f1ec413cd7f24300fbc9a4b1b15108d4d20fb31e1be0ddd3b28d84862eb0409d0481a5744899a6db9ea9574987c37d86a
 DIST griffe-0.35.1.gh.tar.gz 184480 BLAKE2B 
9c2ba347d34ea428d56fe1bcd43b31d1518b2ac55082282ff66432837138fe26f1a61dc001c2c19e3400642b712b9ebea0987e541c0a1178653a6020bca0cf91
 SHA512 
e6d4b1fd670853eff5e74e2969d6e14e20809c7b859e2a8ec326855848807e066679ea09da6de04819a0f3ea79aa21bf6101c3e06b82bcb15dda6a3da5b8e4d9
 DIST griffe-0.35.2.gh.tar.gz 185855 BLAKE2B 
325449ae4619a293396e98c2109b765a1ef5e8c3653d3c1fdd1b051627f7d9893338c8b1778563835128d933ead369bd5eae5af72d2eaca8d6b217dde51f6dcd
 SHA512 
c87987ea4c4887ba4d3e73a363b196214f0a2845c7b7a56ab38a090beca89a8ce544531e405478c74827e14b65a5522b7238e7446aff7396d1155b926e396590
+DIST griffe-0.36.0.gh.tar.gz 188450 BLAKE2B 
df47c19db7d9ca245843b6b3178de060dd319328e809156f0611cb97afa8bed4a8c82d1cd31b03e05147cd94ab88ecc3ea9e7491b65bd3efceaf711bd58d9de7
 SHA512 
d55b58f3ffa63c6450df045bc871309837f92079d60556a1a98f7a1420385b2bb6ca63d696b4c8780bf8386d6e1732662ef0bbb6237f0a8ff33d4f3bf8a5f263

diff --git a/dev-python/griffe/griffe-0.36.0.ebuild 
b/dev-python/griffe/griffe-0.36.0.ebuild
new file mode 100644
index ..c8d57610c9ff
--- /dev/null
+++ b/dev-python/griffe/griffe-0.36.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Signature generator for Python programs"
+HOMEPAGE="
+   https://mkdocstrings.github.io/griffe/
+   https://github.com/mkdocstrings/griffe/
+   https://pypi.org/project/griffe/
+"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="
+   https://github.com/mkdocstrings/griffe/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # fragile to installed packages
+   # (failed on PySide2 for me)
+   tests/test_stdlib.py::test_fuzzing_on_stdlib
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/build/

2023-09-01 Thread Michał Górny
commit: 002ad7f4aed334202b3fd54c3c50a8ebe1ec85fe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:04:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002ad7f4

dev-python/build: Bump to 1.0.0

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

 dev-python/build/Manifest   |  1 +
 dev-python/build/build-1.0.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/build/Manifest b/dev-python/build/Manifest
index 01550fcdbfe1..e3932713d8e8 100644
--- a/dev-python/build/Manifest
+++ b/dev-python/build/Manifest
@@ -1 +1,2 @@
 DIST build-0.10.0.gh.tar.gz 41509 BLAKE2B 
0b1967af6fd0e47e8de5a6efcab879a37231b399965c4b52d9f952ed4fd64e9606b40f8e34ca18fb634ac5b42e3fa63995e6da292b10424f5ea0bd9fd49a46ca
 SHA512 
e7ab783cc2b228e49c3dd15be7e25150924f26611994367b145cc2d43d7f89597c018cd4ca5cd8b31280d965421d314c80e4b97cf3e00f6cf73d80a3b081e7d1
+DIST build-1.0.0.gh.tar.gz 43246 BLAKE2B 
c26c664cd627a0a070c71cb230b682526ff0f291a620edb402a797eb2baf4ab3e2d32f228241d4e495ee517b60873bb8a7086ea55e3270502a5cd3b65a79
 SHA512 
4aac1e9c0402163ce50b4054d9b383cb86f20cda21e09c859ec106c7333a77bc01295371df438f3c04176799b9a57d0501ebf1a01461ad372ceef710120e08f1

diff --git a/dev-python/build/build-1.0.0.ebuild 
b/dev-python/build/build-1.0.0.ebuild
new file mode 100644
index ..b0fb7340096b
--- /dev/null
+++ b/dev-python/build/build-1.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="A simple, correct PEP517 package builder"
+HOMEPAGE="
+   https://pypi.org/project/build/
+   https://github.com/pypa/build/
+"
+SRC_URI="
+   https://github.com/pypa/build/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-19.0[${PYTHON_USEDEP}]
+   dev-python/pyproject-hooks[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   >=dev-python/filelock-3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-rerunfailures-9.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.34[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-56.0.0[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.36.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # broken by the presence of flit_core
+   tests/test_util.py::test_wheel_metadata_isolation
+   # broken by the presence of virtualenv (it changes the error
+   # messages, sic!)
+   'tests/test_main.py::test_output[via-sdist-isolation]'
+   'tests/test_main.py::test_output[wheel-direct-isolation]'
+   )
+
+   epytest -m "not network" -p no:flaky \
+   -n "$(makeopts_jobs)" --dist=worksteal
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-swiftclient/

2023-09-01 Thread Michał Górny
commit: 2440c70fd82e5ae17edeb516c417f2a87164bf11
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:07:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2440c70f

dev-python/python-swiftclient: Bump to 4.4.0

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

 dev-python/python-swiftclient/Manifest |  1 +
 .../python-swiftclient-4.4.0.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/python-swiftclient/Manifest 
b/dev-python/python-swiftclient/Manifest
index b14b768d2625..d942914d0188 100644
--- a/dev-python/python-swiftclient/Manifest
+++ b/dev-python/python-swiftclient/Manifest
@@ -1 +1,2 @@
 DIST python-swiftclient-4.3.0.tar.gz 206510 BLAKE2B 
6a3683ffbe09905d310dabac5d1d3926125d85b8383e487d916df00e91621bc1bc901ed2ceed23a9ef4ecaf81e86f2560f77f20751a2b8c3ca543114ea5fa3d8
 SHA512 
8c113122b1dec2eb901b7256b0b5c9e6e3e11959ebdda28f512dd84b0370dcf8e7299594f50649c147526b4076baabf2a0fe6f6f433193d4c198890265f57807
+DIST python-swiftclient-4.4.0.tar.gz 206470 BLAKE2B 
d822af670fcb06a5977d070fb9e5ec1110f7ae275203d18eaeb0cd4335fe0e07f3f7e6b28e367834d33770d3a8b27a9af0c85cd30a1e9a7047ad908ca34f13bf
 SHA512 
d3e814d367ff0c9a251524a50ce00cd89955edf43a542257142aa831d0d2d1f8dceb5b1b0b6456ad940c9aef78ec44bd1617fc45e47f64f045ddb591b5adb83b

diff --git a/dev-python/python-swiftclient/python-swiftclient-4.4.0.ebuild 
b/dev-python/python-swiftclient/python-swiftclient-4.4.0.ebuild
new file mode 100644
index ..da32886df0b6
--- /dev/null
+++ b/dev-python/python-swiftclient/python-swiftclient-4.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings to the OpenStack Object Storage API"
+HOMEPAGE="
+   https://opendev.org/openstack/python-swiftclient/
+   https://github.com/openstack/python-swiftclient/
+   https://pypi.org/project/python-swiftclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/requests-2.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
+   dev-python/python-keystoneclient[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.11.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -e 's/test_password_prompt/_&/' -i test/unit/test_shell.py || die
+   # fix duplicate script/entry point
+   # https://bugs.launchpad.net/python-swiftclient/+bug/1975361
+   sed -i -e '/bin\/swift/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-01 Thread Michał Górny
commit: 2cc2f17763105cfa94d42ba1201a34220ef4bf8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:05:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc2f177

dev-util/stripe-mock: Bump to 0.173.0

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

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.173.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index c023e7770706..6b8631649b99 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -3,3 +3,4 @@ DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a5508
 DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e
 DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831
 DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9
+DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd

diff --git a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlglot/

2023-09-01 Thread Michał Górny
commit: 08f6e89d5b02473a4989a4f657403994d619eccf
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sat Sep  2 00:51:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f6e89d

dev-python/sqlglot: add 18.1.0

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32556
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sqlglot/Manifest  |  1 +
 dev-python/sqlglot/sqlglot-18.1.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index d05869dd5218..72cabfed0935 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1,3 +1,4 @@
 DIST sqlglot-17.16.2.tar.gz 8562390 BLAKE2B 
f985f74765438c9b57a1df9ff1ad9cf43b7e81bf8c89cb328d39d0127661f5fd4153dccc6ec1fb73a8167d4e67e8a971c4f06cba7cab5796bda7726129bcf6f0
 SHA512 
2487f566078cf7ac84a8e3f3a70760c5f2d5b565e1479390883551531e53a69ec0ca581585b006a44529c39a21a70867082047746ec20939f2a1e1f2408aae34
 DIST sqlglot-18.0.0.tar.gz 8563952 BLAKE2B 
6feb815c0169c6bbf12942a162ab769d1acba205fec8df18455d582794ec609af6549adeed0d3c47f463e1635dc13cf328ae3fb8e99dc872d53ff4692e5eb63e
 SHA512 
9686be72eb08a61b9808bdac4dafdf2e42ffddb7be563ecb48ab9ab974efc81e271dc47ecf4e87305bd244ee8ac5fe3449697b6fad68443484ede93b1eff8a0b
 DIST sqlglot-18.0.1.tar.gz 8567474 BLAKE2B 
434a31e12f98ba88e4f6fe7c34dff7f69dc991257ed4f976a4f263cb40844c41ace79ec0bf4793aee73e8359ddf4d538bee6d8dea79f9e920788b3c3ee3ef8e5
 SHA512 
729cea4c03a5bf2b658ca2cede31454d46275bc03af946ba238f1d79c190d3a3bc62521dd6310c544469199027fb9eadc901e919a9ce5e34fa6f4eeb18ac48ad
+DIST sqlglot-18.1.0.tar.gz 8570691 BLAKE2B 
5c38baaa9600222c43f11338f2050eaf2e382752aa9df418e6cd8520e5a778e1d5cb6ae21a6cb2602a9ab313b993a43c9e72a26499ccc9cfe79995404bbb0975
 SHA512 
d9a543142514bb6422541085be900e466600bbf0d23f4f69eb817bcd1c5dcf9c3783b11f385a1379a68723eec4605e0372bf5dffa008426566d07a4d518009c3

diff --git a/dev-python/sqlglot/sqlglot-18.1.0.ebuild 
b/dev-python/sqlglot/sqlglot-18.1.0.ebuild
new file mode 100644
index ..368b77416b42
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-18.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_IGNORE=(
+   # Tests require pyspark or duckdb which aren't in the tree.
+   # Pandas would be a requirement normally, but it gets ignored by proxy.
+   "tests/dataframe/integration/test_dataframe.py"
+   "tests/dataframe/integration/test_grouped_data.py"
+   "tests/dataframe/integration/test_session.py"
+   "tests/test_executor.py"
+   "tests/test_optimizer.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "simplifying timedelta expressions" 
dev-python/python-dateutil
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/deepdiff/

2023-09-01 Thread Michał Górny
commit: 81ea23668e708c6a401cf871f9c91b01a820e374
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:05:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ea2366

dev-python/deepdiff: Bump to 6.4.1

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

 dev-python/deepdiff/Manifest  |  1 +
 dev-python/deepdiff/deepdiff-6.4.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/deepdiff/Manifest b/dev-python/deepdiff/Manifest
index d5ef5664cb8a..b6a3e6cbb83b 100644
--- a/dev-python/deepdiff/Manifest
+++ b/dev-python/deepdiff/Manifest
@@ -1,2 +1,3 @@
 DIST deepdiff-6.3.1.tar.gz 392651 BLAKE2B 
605dddc7c9d5895388141cbd3ed1a566c0631050719f3bd849578d40497323c0e9c117a8b4c73b21010600caec775f7c226818d0f15f4f1a8f4c3829414323ce
 SHA512 
13d9edf42eb50b6e63e038a2c17d7d54e82e5e6b5ddc3420cc457d91e220da92391b17c238ed3a49d0f69168cad887c2278182734be23265d5c53928b28c4c42
 DIST deepdiff-6.4.0.tar.gz 394464 BLAKE2B 
dce005461b4ce1c4b84b9093ba445b11a96b91bf4aab302ae76fc98066c9c3d9871fe79de5f0254451e4bd9b7dc623268d375b681fea69988392e04385777818
 SHA512 
af4fb42180959df2dbd7708d87d8b1cd49e8cde058a705e45e78da188668cb42e65e9ddabb120fa9ab71bb8f45d3e8a9293c5e3568b9d49af6b326d4a21e27e4
+DIST deepdiff-6.4.1.tar.gz 394531 BLAKE2B 
a95b18bf335e88beb2ee19209fa9166fe2c0c65a5312ee4283b03e745c0469913ccf3b132042c7173a518416f8d227da24f8c3aa3dd91d916ac67fb190b9bf54
 SHA512 
3e54313b4681b75d607ad2eb2485245f43d78f0a80adf2f50847fd9a241cb1752cf66028a3cb5dc2980786e1c9de35fa9da52df8ed434ca2f889d99250088f66

diff --git a/dev-python/deepdiff/deepdiff-6.4.1.ebuild 
b/dev-python/deepdiff/deepdiff-6.4.1.ebuild
new file mode 100644
index ..e41b020f504f
--- /dev/null
+++ b/dev-python/deepdiff/deepdiff-6.4.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for comparing dictionaries, iterables, strings and 
other objects"
+HOMEPAGE="
+   https://github.com/seperman/deepdiff/
+   https://pypi.org/project/deepdiff/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
+   >=dev-python/click-8.1.3[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   test? (
+   >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
+   dev-python/pydantic[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/tomli-w[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/

2023-09-01 Thread Mike Gilbert
commit: 76642dee89b2e9d5b0d523f8ef4c2437e7df96e1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 03:18:27 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 03:18:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76642dee

net-misc/whois: fix install on prefix

Closes: https://bugs.gentoo.org/913455
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/whois/whois-5.5.17.ebuild | 4 ++--
 net-misc/whois/whois-5.5.18.ebuild | 4 ++--
 net-misc/whois/whois-.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/whois/whois-5.5.17.ebuild 
b/net-misc/whois/whois-5.5.17.ebuild
index aa2706ce4476..6d1a89e7302c 100644
--- a/net-misc/whois/whois-5.5.17.ebuild
+++ b/net-misc/whois/whois-5.5.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf

diff --git a/net-misc/whois/whois-5.5.18.ebuild 
b/net-misc/whois/whois-5.5.18.ebuild
index 7d0d51aff22f..73f366159be4 100644
--- a/net-misc/whois/whois-5.5.18.ebuild
+++ b/net-misc/whois/whois-5.5.18.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 7d0d51aff22f..73f366159be4 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit bash-completion-r1 toolchain-funcs
 
 MY_P=${P/-/_}
 DESCRIPTION="Improved Whois Client"
@@ -73,7 +73,7 @@ src_compile() {
 }
 
 src_install() {
-   emake BASEDIR="${ED}" prefix=/usr install
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" 
BASHCOMPDIR="$(get_bashcompdir)" install
 
insinto /etc
doins whois.conf



[gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/

2023-09-01 Thread Michał Górny
commit: 044981a718016d8730b5acf4906530890554d56b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044981a7

dev-python/simpy: Remove old

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

 dev-python/simpy/Manifest  |  1 -
 dev-python/simpy/simpy-4.0.1-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 981af1ba8e1c..04e6e78df471 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,2 +1 @@
-DIST simpy-4.0.1.tar.gz 410082 BLAKE2B 
09c6f29d2792ac15bb4a3b42a1cdbd4d342aca0ef528aadbe37e01342534645939c9663977230ec7f6f1542a4354925e25f0c5b3bf6e20b29b6da2e69f3d5a90
 SHA512 
5cc4baada79503e3c2f2425b9f7f00d68f263283ff0cae048fba86665c4dcf70590683f6b7df50d1c1a914ac7cb471ed4b6850676030bea4a3a70fb40eb2cdb4
 DIST simpy-4.0.2.tar.gz 410706 BLAKE2B 
787da43fe29135ef3f70f286074e5b6dba50c26f50910674a290a4e9e95fe68dffca5e5308e629f8359181f9e7200938b980bdbd9d7b2c09beb30dd49069fdce
 SHA512 
a1f9e10928930817a07ee851f3190c4aefb9c4f0538557b7cc5b0f8950ed2234878f29d1790cbf6991b78bbd73e989d7df0ed1997847eedf129fc9d1c4d1fc23

diff --git a/dev-python/simpy/simpy-4.0.1-r1.ebuild 
b/dev-python/simpy/simpy-4.0.1-r1.ebuild
deleted file mode 100644
index 2a22c122ee63..
--- a/dev-python/simpy/simpy-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="tk"
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Object-oriented, process-based discrete-event simulation language"
-HOMEPAGE="https://simpy.readthedocs.io/;
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-# Could not import extension sphinx.builders.epub3 (exception: cannot import
-# name 'StandaloneHTMLBuilder' from partially initialized module
-# 'sphinx.builders.html' (most likely due to a circular import)
-# (/usr/lib/python3.10/site-packages/sphinx/builders/html/__init__.py))
-#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-09-01 Thread Michał Górny
commit: 41dec80b0ee055ade43b8acc83eaf3bbdd30b6c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:51:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:51:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dec80b

dev-python/apsw: Remove old

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

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.42.0.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6720d611011f..44e44c6020ee 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,2 @@
-DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572
 DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
 DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755

diff --git a/dev-python/apsw/apsw-3.42.0.0.ebuild 
b/dev-python/apsw/apsw-3.42.0.0.ebuild
deleted file mode 100644
index f404a2f51229..
--- a/dev-python/apsw/apsw-3.42.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/

2023-09-01 Thread Michał Górny
commit: 3c3d7fc1ba7070465283eb9be8fa9e714f1de31e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:52:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3d7fc1

dev-python/flake8: Remove old

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

 dev-python/flake8/Manifest|  1 -
 dev-python/flake8/flake8-6.0.0.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 1105e0a4a6ca..ac02cee4e44c 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -1,2 +1 @@
-DIST flake8-6.0.0.gh.tar.gz 139138 BLAKE2B 
87590594a95f48a9e532ca545d4ae17a098cba81a7708066d63180b27e1cd0e0b648a2362d16b3818ef1b91cbe9ecf51810d45136fb42f188fc09083e9b31921
 SHA512 
27de4632332ee72bb5deedfcb7ea59e31a3e7fbfd6c165adf019b06cccaba51b776f4310219d8b27cf4894ed2597330fe9c0e381187353d4dc239f102eedd26a
 DIST flake8-6.1.0.gh.tar.gz 139267 BLAKE2B 
69210f4ebe5dd4b56425fca9289349820cc5dcee515f75cb855b095dc1a0a6ba380448f14fca19423940d853383576ddc665c5a7bd27f8aa96940ac410d8742b
 SHA512 
a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8

diff --git a/dev-python/flake8/flake8-6.0.0.ebuild 
b/dev-python/flake8/flake8-6.0.0.ebuild
deleted file mode 100644
index a44c78b61145..
--- a/dev-python/flake8/flake8-6.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
-HOMEPAGE="
-   https://github.com/PyCQA/flake8/
-   https://pypi.org/project/flake8/
-"
-SRC_URI="
-   https://github.com/PyCQA/flake8/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   =dev-python/pyflakes-3.0.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.10.0[${PYTHON_USEDEP}]
-"
-PDEPEND="
-   >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2023-09-01 Thread Michał Górny
commit: b39abb2fb7629bdb77f8febb31860f790b2fd20b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:19:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:19:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39abb2f

app-admin/awscli: Bump to 1.29.40

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.40.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 3d51b5ba14a2..ada53517e460 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,3 +2,4 @@ DIST aws-cli-1.29.30.gh.tar.gz 2509672 BLAKE2B 
4c81e02da68497cbf91ca407389707e21
 DIST aws-cli-1.29.35.gh.tar.gz 2513024 BLAKE2B 
7802c0eda498235938c5f409076b7706fd3e20e5f337d81366a25bacff9564326acb3edd0d8b1fd36518623a1e6d48d7ee2ee897c8669a3c1b41b8ff202fe9ba
 SHA512 
63a4c20c494dd935dc8f52ddc1d610dfd9fb513f0d262acdb0c85265558d103962c42c757e1e4fd18a70af725186fda7b3caececef574ffa71e89f4c7164d01b
 DIST aws-cli-1.29.38.gh.tar.gz 2514130 BLAKE2B 
520d86ecc116ac106b480eea03e71ac89a236f4ddacd04a0cc6ad053d5b893df27cd7a9ab11a9902cdabeaf344ccf452c5d87bfe91694e756851a0af77ec25d5
 SHA512 
3dba9699066fe1d886801f0d68ea426f76904dd6a147c1e23f816dd06c677ba2675881fb677b71426833f0f0c364ae003e19dcab1490ceabb9a593bd153897e3
 DIST aws-cli-1.29.39.gh.tar.gz 2515251 BLAKE2B 
64324482a795d1d537953da21717faf952cd59b1473186cead596577f7089efb77a5803e5c57183ea5223ab10bc77910d0a13b6e94597e389ff09088e4df72b6
 SHA512 
aa1092cd35e4cb71cc7568bdde1bc3dbae5999b07f977bda0ade6fab00f87d825f8fe8165e241b3185d149d652684c725c1ad43260bf848d94cb61e8a46d16bd
+DIST aws-cli-1.29.40.gh.tar.gz 2515692 BLAKE2B 
1d7b93da39719ddd4813973f9b06f9f979ee043d81135585da627d2894254d8f200b9da9d29754a9270fecf948c47c97f3209ea47d5365a6af5d2a78526f6a07
 SHA512 
f0c55077f2e7f87990b0304269fe93835574701eb533569f773be407e9b3d0cca671b699911d9e2c728bd9c2181c298a92eb4f4a791d940964e52e66fa493863

diff --git a/app-admin/awscli/awscli-1.29.40.ebuild 
b/app-admin/awscli/awscli-1.29.40.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.40.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2023-09-01 Thread Michał Górny
commit: 7a0dd301d1cdceed7606a1eac6bc4d4cea048201
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:55:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0dd301

xfce-base/thunar: Bump to 4.18.7

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.18.7.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 49359719e3f4..d3e71ef1c698 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1 +1,2 @@
 DIST thunar-4.18.6.tar.bz2 2831580 BLAKE2B 
76b17464737b1cd7649fbfb14e3512cc215cb101c74dbe091f909cb5de6c8c9cf4b1e813620cf6595f4486789cd056533f9f7fee21e206cb80514d4d85d65221
 SHA512 
fa55a50b164926db39d80fc8588fc7924f3810cbf4128447d3a27142759c9f15f1fd1bbf34676611568b6924f7a9a888500c279f82a03598ae68d2a1a27426b9
+DIST thunar-4.18.7.tar.bz2 2841751 BLAKE2B 
c5b2d60e4f94a172ed02a0999694a0a3dee57d9a335ec5da6bc4e608e1ce8d81c823b92dd32133054482351f24b47343664b1b1bb18b2e6836ff4463e764f1a4
 SHA512 
bbe567bad7c020489c3895109daf14edceef4d6301ac430f36c3036017a5d66d706aecd85471b9e41d25b7cbcfd86fefc4c14f904d4b38d19fb7ecea081f6eb9

diff --git a/xfce-base/thunar/thunar-4.18.7.ebuild 
b/xfce-base/thunar/thunar-4.18.7.ebuild
new file mode 100644
index ..8a289d8815c0
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.18.7.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/thunar/start
+   https://gitlab.xfce.org/xfce/thunar/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gdk-pixbuf-2.40.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/exo-4.17.0:=
+   >=xfce-base/libxfce4ui-4.17.6:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre2-10.0:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? (
+   >=gnome-base/gvfs-1.18.3
+   )
+   udisks? (
+   >=gnome-base/gvfs-1.18.3[udisks,udev]
+   virtual/udev
+   )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre pcre2)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-skip-markers/

2023-09-01 Thread Michał Górny
commit: 9b16171a9ed8cf2624472b497710870bf2e6d262
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:52:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:52:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b16171a

dev-python/pytest-skip-markers: Remove old

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

 dev-python/pytest-skip-markers/Manifest|  1 -
 .../pytest-skip-markers-1.4.0.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/pytest-skip-markers/Manifest 
b/dev-python/pytest-skip-markers/Manifest
index 84efe0271147..37ed6f7dbc5b 100644
--- a/dev-python/pytest-skip-markers/Manifest
+++ b/dev-python/pytest-skip-markers/Manifest
@@ -1,2 +1 @@
-DIST pytest-skip-markers-1.4.0.gh.tar.gz 70932 BLAKE2B 
d1bd597de0004ca37d8582896166be8f70833b386adbb53e5f812b28ac15bca613fea5e85b21bfb3549892f45ea8bbff13e66bafb97fc5db93e2fc6226a73c85
 SHA512 
6cb88833fd328f8e7cc6a2d0c8a0c9106b07186b8a20164c8272d685e93c21b111d4e7885ac1739ce777a9279a59705229ea41c3c31c71ac71d1bc26c13318f2
 DIST pytest-skip-markers-1.4.1.gh.tar.gz 71828 BLAKE2B 
2abd097c529a6db51f36de6f5ac705da981e87196da4ccf99895b24277e9d4d717c80ebcf6b8d72959b7f76a10f23c2be11608c390845cca215472d2d4e99326
 SHA512 
c54cd2cafbe29648cfeccc2dc25b245e2e1a226ca6eb9e1c77e6aeb705e06c4b67854dd81673955fb77e16d1128c247d92d38d19dbedbdf01924a95c01721f3c

diff --git a/dev-python/pytest-skip-markers/pytest-skip-markers-1.4.0.ebuild 
b/dev-python/pytest-skip-markers/pytest-skip-markers-1.4.0.ebuild
deleted file mode 100644
index 81653ef30256..
--- a/dev-python/pytest-skip-markers/pytest-skip-markers-1.4.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Pytest plugin which implements a few useful skip markers"
-HOMEPAGE="
-   https://pytest-skip-markers.readthedocs.io/en/latest/
-   https://github.com/saltstack/pytest-skip-markers
-"
-SRC_URI="
-   https://github.com/saltstack/pytest-skip-markers/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/pytest-7.1.0[${PYTHON_USEDEP}]
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/pyfakefs[${PYTHON_USEDEP}]
-   dev-python/pytest-subtests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytestskipmarkers.plugin,pyfakefs.pytest_plugin
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/

2023-09-01 Thread Michał Górny
commit: d5e39239cff8607317908ae612abef2b0ab95a2d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e39239

dev-python/ipykernel: Remove old

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

 dev-python/ipykernel/Manifest|  2 -
 dev-python/ipykernel/ipykernel-6.24.0.ebuild | 77 ---
 dev-python/ipykernel/ipykernel-6.25.0.ebuild | 79 
 3 files changed, 158 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 86b92372aabd..691000c3ed4f 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,3 +1 @@
-DIST ipykernel-6.24.0.tar.gz 154452 BLAKE2B 
d9ff81dd2f4cc989fd8356d3f02451158dde49fd83076fd7fa42f002b095cc87f296f2deb34fdc1becbbc0391385466dc21d167ab22167a0bd6d1d561bb19427
 SHA512 
555ed0d6df7a4d82bb5db63718c320e1628b8d5691e831eae041ac78400be6935793b258c219815fd070cbad29e869897111add6958308db55ea03843a536393
-DIST ipykernel-6.25.0.tar.gz 155658 BLAKE2B 
f14afaf28ec82473fa0b7c33a281ebd91fd5d93b0e00bd838046b8f591f12bca64fed8514e97ce59ba20b78940bdd7afad93ef9a59656795de97e80ff46e8339
 SHA512 
7cd2d3cbb2c83ca165798dc830aae096ce3391535ef604f257c4c79357ebd1c7f7e95c6952e1fb95d1a460ccb5b1bf88396f984b6462986b3e73a4453dd33b52
 DIST ipykernel-6.25.1.tar.gz 155925 BLAKE2B 
973ee4b674ccc83adbff302cd967573fde17e20067366d32daba7f95db6f9ba3312d7418b8800222a2eb73b7061c65cea366ab1cdbc25e74fdbefbe50546cfc5
 SHA512 
501aa98a50b677037f9d81415bc56b50a1b7b056c25d6edd1eb116eed6c0fe41cff067bf88535880cdae0749eb569ba428c9389a22c77b54c2deea8f2eebf99b

diff --git a/dev-python/ipykernel/ipykernel-6.24.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.24.0.ebuild
deleted file mode 100644
index 16514105d573..
--- a/dev-python/ipykernel/ipykernel-6.24.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi virtualx
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="
-   https://github.com/ipython/ipykernel/
-   https://pypi.org/project/ipykernel/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/comm-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/debugpy-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-8[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-4.12[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
-   dev-python/nest-asyncio[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-20[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.4.0[${PYTHON_USEDEP}]
-"
-# RDEPEND seems specifically needed in BDEPEND, at least jupyter
-# bug #816486
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/ipyparallel[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:^TIMEOUT = .*:TIMEOUT = 120:' ipykernel/tests/*.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   # Use python3 in kernel.json configuration, bug #784764
-   sed -i -e '/python3.[0-9]\+/s//python3/' \
-   
"${BUILD_DIR}/install${EPREFIX}/usr/share/jupyter/kernels/python3/kernel.json" 
|| die
-}
-
-src_test() {
-   local EPYTEST_DESELECT=(
-   # TODO
-   ipykernel/tests/test_debugger.py::test_attach_debug
-   
ipykernel/tests/test_debugger.py::test_breakpoint_in_cell_with_leading_empty_lines
-   
ipykernel/tests/test_debugger.py::test_rich_inspect_at_breakpoint
-   
ipykernel/tests/test_debugger.py::test_rich_inspect_not_at_breakpoint
-   ipykernel/tests/test_debugger.py::test_set_breakpoints
-   ipykernel/tests/test_debugger.py::test_stop_on_breakpoint
-   ipykernel/tests/test_debugger.py::test_copy_to_globals
-   # hangs?
-   ipykernel/tests/test_eventloop.py::test_tk_loop
-   )
-
-   virtx distutils-r1_src_test
-}

diff --git a/dev-python/ipykernel/ipykernel-6.25.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.25.0.ebuild
deleted file mode 100644
index 37ffb104142b..
--- a/dev-python/ipykernel/ipykernel-6.25.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pywayland/

2023-09-01 Thread Michał Górny
commit: badb02c54166bfbc7a261c403854bdc630eac7fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:52:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:52:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badb02c5

dev-python/pywayland: Remove old

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

 dev-python/pywayland/Manifest|  1 -
 dev-python/pywayland/pywayland-0.4.15.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/dev-python/pywayland/Manifest b/dev-python/pywayland/Manifest
index 8f915db59f6d..e5b51c5b6b5b 100644
--- a/dev-python/pywayland/Manifest
+++ b/dev-python/pywayland/Manifest
@@ -1,2 +1 @@
-DIST pywayland-0.4.15.gh.tar.gz 61084 BLAKE2B 
2417aa57942f5a7810db3525d16070ed81613bd1ab8f864a95e9f1835f9793348ad1afd2dbaeed2bb08f5bcb58777ab545f8ef7cb70903703c89998095724f8c
 SHA512 
c45d2a24c487cf1785b7bc488808157e2dcae630438c289864df615c98278e7c03de21431fa622e0917713130f5583ff5cb3181c0a7f595cebba2cdeec36a7cf
 DIST pywayland-0.4.16.gh.tar.gz 61058 BLAKE2B 
4b299fe1b3067e2e222012db921b4ae5fdfd103b0ca2b796522236b6b8b2ffc1e54ba8c97d30970cb5df35c9da18ca217ea5d97a37b11d7112d93c59a1df164f
 SHA512 
1098e0ae88ffc874d1e49f6441f06db05d1bfebead06d65e1214d69542b9ada0ec45bfccd6fd11dd188b2ebcf3d0ac2a2370927af8a0838f4e683ec50fc5e01a

diff --git a/dev-python/pywayland/pywayland-0.4.15.ebuild 
b/dev-python/pywayland/pywayland-0.4.15.ebuild
deleted file mode 100644
index 13737fa80279..
--- a/dev-python/pywayland/pywayland-0.4.15.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Python bindings for the libwayland library"
-HOMEPAGE="
-   https://pywayland.readthedocs.io/en/latest/
-   https://github.com/flacjacket/pywayland
-   https://pypi.org/project/pywayland/
-"
-SRC_URI="
-   https://github.com/flacjacket/pywayland/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/wayland
-   $(python_gen_cond_dep '
-   dev-python/cffi[${PYTHON_USEDEP}]
-   ' 'python*')
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/wayland-protocols
-"
-BDEPEND="
-   dev-util/wayland-scanner
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Needed for tests (XDG_RUNTIME_DIR)
-   xdg_environment_reset
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # No die deliberately as sometimes it doesn't exist
-   rm -rf pywayland || die
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Michał Górny
commit: fc6c2a4f6337a1c160bf07d5f9c8a42ce0451255
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:49:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:49:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6c2a4f

dev-python/zeroconf: Remove old

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

 dev-python/zeroconf/Manifest   |  8 -
 dev-python/zeroconf/zeroconf-0.71.4.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.71.5.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.72.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.74.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.76.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.79.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.80.0.ebuild | 56 --
 dev-python/zeroconf/zeroconf-0.81.0.ebuild | 56 --
 9 files changed, 456 deletions(-)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index c51e7ace3e0c..fa0e5e1196d6 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,11 +1,3 @@
-DIST zeroconf-0.71.4.tar.gz 144314 BLAKE2B 
a44062474ba00be0549068811f4c64f353cea1dbd7b94d8d2dcf3c3047d1b11e81f546f41dcc4547cfe238173662c68df4c3cf7f6c26ba02f817d1eb3524a9f0
 SHA512 
dd2373f2f5dd29a02c3784c1b46d0b9c8f9239b925303cfb1694cbb83983030da2ccc9574d6102d3b5045a3f7707e2af1ba53abbfdec75fb4f9e679fb8dee3eb
-DIST zeroconf-0.71.5.tar.gz 144647 BLAKE2B 
be89e804952c327720c546b4264a464ab2b0ca9ac378e59c45bc114f2ea74d66a136c7d3852bd61a2eea88de9733ab25cf9b8945e22d48bf674d9cd566f206d9
 SHA512 
12f397b10bfa909fe2dc60be4f01bfbbb0111eab00196cce8b8fda8ee2b0cdb1472186255bbfec7fe793f5d580f40bd2d07851e8d2bea3b4e0b11765d7b34365
-DIST zeroconf-0.72.0.tar.gz 144786 BLAKE2B 
7b0a53bf76a21c716e1d4762e1ccfd0df9b44f02e4709695c5b39ae4de5dc0b1332c65a8f71459df0fb9b161c5aeab9fb151d9ce45fd9c990b24609253f3d771
 SHA512 
0a77f60dfff76172a0dbe798717a59b6211f41b46468b34b809a4b35861eb10f4399e238c2976622da0856cd715ef39cf2bb43cd051056d56925546302f2fef7
-DIST zeroconf-0.74.0.tar.gz 145447 BLAKE2B 
e76a88d87cb8577b776fe5afc08198ce5427da398cfcb7fea6fb778be5907b156c633fc695daccceb9988866cbcd56584a418006fa64fc162e7831886d5cdaa2
 SHA512 
8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
-DIST zeroconf-0.76.0.tar.gz 146204 BLAKE2B 
aaa6e6f3c9b1f8eeb837d03178b131a001fedbe80cc28c5b3d412301a4336412d95abbed6281a9e5576f1473ecd444b0fcb5557bb71f1d1ac4e40da7d221
 SHA512 
aa57a4f0f72cd162c136e5c6442c5ab35586fc7d44473078e98420ce00da53586344f2f7578542ba417bd6635b982a41bdc96eab70e1b989aef22ad0c45f2dd8
-DIST zeroconf-0.79.0.tar.gz 147440 BLAKE2B 
fb0fb75a90a3c33dd0dfdaed55a54bcf8c58de55d04d81f94c3bc51680cd8d146cf9e6b95621268c384b92016233887096c34921aa3805d8cdde782cf6516863
 SHA512 
242bcf5af958edb53989e1100c0f0eb0cbeed388f4e43363021c81c02ce223c5dbda63ef389e16d5246067cd8a450b187fa2df8f782e5d190a8061e2d8dba348
-DIST zeroconf-0.80.0.tar.gz 147419 BLAKE2B 
04f93331a667863f8ac5a40d156468d9ffceb010220c989b801b296fa5ad160660b2c34892b960e57f2876c823f236d91b61fe672e712e50238efe34d2c28721
 SHA512 
72f3d7c00474a8d31d69b6d3c5c1408cd6b4ceb4b4a6d6c80e8dbd51f90e0e9897734fb80e6b1f3cf744d2658102c58e051db52c42b89e29dc0f5fc870c08227
-DIST zeroconf-0.81.0.tar.gz 148284 BLAKE2B 
103ae54a20b8d23bac94dcd2d48a05c567158cca6617344e90c8f0676a21262e2ee82eceaa236edb998409f3e5385ad8d8f091c1b5ed100a6196de3586f1
 SHA512 
66d2a9ba9b12f91b90c023ba935bdcae1a09c68026702664d5f7d40b392820ee4614be23e0bf6688230da86963b61f6d5505dc38787ded4cade48f52f13d4e81
 DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d0f4da96bb17a32bf9cbedfe5c1b751a8731a65c5cac86cc458425f2e38d0549317e7216c577567d0852a7a6c7ed
 SHA512 
a02e9b1c6ce976de815f902f5607d6b0fecba4abc403234cbf1abe450c3894e6c117bb554ba76c27250c748b36b862abb8ed059f0da8d31e5b10e5f1c2e1
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0

diff --git a/dev-python/zeroconf/zeroconf-0.71.4.ebuild 
b/dev-python/zeroconf/zeroconf-0.71.4.ebuild
deleted file mode 100644
index 901de773de6e..
--- a/dev-python/zeroconf/zeroconf-0.71.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/, dev-python/pyflakes/files/

2023-09-01 Thread Michał Górny
commit: 105526069f1c27b9d4f348b6a917d8280ece74fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10552606

dev-python/pyflakes: Remove old

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

 dev-python/pyflakes/Manifest   |  1 -
 .../pyflakes/files/pyflakes-3.0.1-python3.11.patch | 38 --
 dev-python/pyflakes/pyflakes-3.0.1-r1.ebuild   | 25 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
index 49d6006afee4..d41a6df6e299 100644
--- a/dev-python/pyflakes/Manifest
+++ b/dev-python/pyflakes/Manifest
@@ -1,2 +1 @@
-DIST pyflakes-3.0.1.tar.gz 63554 BLAKE2B 
992dc4c81204c9ae2fd44744452e76a11209552edaef930edb14b7ba4763720cd1c0c0cd148fa7edd474b33aa529d8ec28f7f35a2b02b707d58cf70243fc13a9
 SHA512 
10ffe2b92f3885d40578452423a93609f8546b2392997bdbc3f64ca0094516ce6b8449e5d3675bda5fdbc16190c89be23609559fc4cd4f1c97e6af032226d7b7
 DIST pyflakes-3.1.0.tar.gz 63636 BLAKE2B 
89e5fae6bba9efc820e348ddac37fd8590478c64363a5f295cc620ebbc7b51d4d51e0cff30b6a54ee573612e5309d7fff9462bc31c9e89c34cf7cdbecffabd30
 SHA512 
6277eaa82a3d94f8052b3da865cfcc8e99846738b5869fca1be92bb5b9a4db0088859d811da565200e640ad0555d46e0ebcaf831cd422b84304514592270b02e

diff --git a/dev-python/pyflakes/files/pyflakes-3.0.1-python3.11.patch 
b/dev-python/pyflakes/files/pyflakes-3.0.1-python3.11.patch
deleted file mode 100644
index db804f42c775..
--- a/dev-python/pyflakes/files/pyflakes-3.0.1-python3.11.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-https://github.com/PyCQA/pyflakes/commit/836631f2f73d45baa4021453d89fc9fd6f52be58
-https://bugs.gentoo.org/909554
-
-From 836631f2f73d45baa4021453d89fc9fd6f52be58 Mon Sep 17 00:00:00 2001
-From: Anthony Sottile 
-Date: Mon, 12 Jun 2023 21:00:45 -0400
-Subject: [PATCH] fix error reporter and testsuite in 3.11.4+ (#775)
-
 a/pyflakes/reporter.py
-+++ b/pyflakes/reporter.py
-@@ -56,8 +56,9 @@ def syntaxError(self, filename, msg, lineno, offset, text):
- else:
- line = text.splitlines()[-1]
- 
-+# lineno might be None if the error was during tokenization
- # lineno might be 0 if the error came from stdin
--lineno = max(lineno, 1)
-+lineno = max(lineno or 0, 1)
- 
- if offset is not None:
- # some versions of python emit an offset of -1 for certain 
encoding errors
 a/pyflakes/test/test_api.py
-+++ b/pyflakes/test/test_api.py
-@@ -621,8 +621,12 @@ def test_misencodedFileUTF16(self):
- x = "%s"
- """ % SNOWMAN).encode('utf-16')
- with self.makeTempFile(source) as sourcePath:
--self.assertHasErrors(
--sourcePath, [f"{sourcePath}: problem decoding source\n"])
-+if sys.version_info < (3, 11, 4):
-+expected = f"{sourcePath}: problem decoding source\n"
-+else:
-+expected = f"{sourcePath}:1: source code string cannot 
contain null bytes\n"  # noqa: E501
-+
-+self.assertHasErrors(sourcePath, [expected])
- 
- def test_checkRecursive(self):
- """

diff --git a/dev-python/pyflakes/pyflakes-3.0.1-r1.ebuild 
b/dev-python/pyflakes/pyflakes-3.0.1-r1.ebuild
deleted file mode 100644
index 4060d6d1f972..
--- a/dev-python/pyflakes/pyflakes-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Passive checker for Python programs"
-HOMEPAGE="
-   https://github.com/PyCQA/pyflakes/
-   https://pypi.org/project/pyflakes/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-python3.11.patch
-)
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-09-01 Thread Michał Górny
commit: 5d1dd9cea7c4013ed12fe4d9d0897b9aa0eb3843
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1dd9ce

dev-python/pycodestyle: Remove old

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

 dev-python/pycodestyle/Manifest  |  1 -
 dev-python/pycodestyle/pycodestyle-2.10.0.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 2de76ab496ec..7fd01a012004 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 
1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153
 SHA512 
b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
 DIST pycodestyle-2.11.0.gh.tar.gz 79772 BLAKE2B 
5995cae91a9e1109b697fae840d1dccd4778096dded7357bdbca1a56b06a031fc524f638e91192564f127b2bc52e94c9e80b2437daac5a129db48f99ca701e48
 SHA512 
fd688544a7fb01a7e3f4f8cb411cf7bc5b6dfc357de616a2ef61944748ad670c239148766b8ea48a3c316396251ed8a8d8937446f400c28e631621a0d16d3cf5

diff --git a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
deleted file mode 100644
index a3fec1ac8071..
--- a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="
-   https://pycodestyle.pycqa.org/en/latest/
-   https://github.com/PyCQA/pycodestyle/
-   https://pypi.org/project/pycodestyle/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-rtd-theme
-
-python_test() {
-   local -x PYTHONPATH=${S}
-   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bracex/

2023-09-01 Thread Michał Górny
commit: 5ef1f6299b3f3144f949b11f8b002526617eb7ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:49:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:49:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef1f629

dev-python/bracex: Bump to 2.4

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

 dev-python/bracex/Manifest  |  1 +
 dev-python/bracex/bracex-2.4.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest
index d028c071fa44..2da853cec91c 100644
--- a/dev-python/bracex/Manifest
+++ b/dev-python/bracex/Manifest
@@ -1 +1,2 @@
 DIST bracex-2.3.post1.tar.gz 27578 BLAKE2B 
0d459c5fe7380363786ab09aea8e26be56cd51075a847de7f521e2c35e413f311a00110e4149ebf626ba07fc025539dcb9a69c1bca6b80b69f3c8475ff7de65d
 SHA512 
ac8b7bae97e41d68d8be85c80643c1d4181f7f4f17bde038803e77ee9264bc2a042b9dd391b0be460fc0317f451621f3975f583c9ad89e43ae8690533fb95626
+DIST bracex-2.4.tar.gz 26588 BLAKE2B 
99a3a846c1b427e11fd9fe05389d20c81126c5f9a23cb86961265fb1ea4ec51a48e1afa5e40f569b52533732784b00f2b504637efd4d19286a4bb603b1db76cd
 SHA512 
14e520aad81b65df5047374b1920c7202bc62d4524fba4ae82ca7e92e18ae4e0f5d6a184fd772da0cafc3e891f45bab53ad31f6b444d914c3469969b33fa1a28

diff --git a/dev-python/bracex/bracex-2.4.ebuild 
b/dev-python/bracex/bracex-2.4.ebuild
new file mode 100644
index ..f1de5d961183
--- /dev/null
+++ b/dev-python/bracex/bracex-2.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-material
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-pymdownx-material-extras
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="Bash style brace expansion for Python"
+HOMEPAGE="
+   https://github.com/facelessuser/bracex/
+   https://pypi.org/project/bracex/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-09-01 Thread Michał Górny
commit: 9d8c56d12dcfc5ebf6ed1ead47383cb6cd647f3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:22:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:46:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8c56d1

dev-python/Nuitka: Bump to 1.8

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.8.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index ffd85ea558ca..8bc7e5283d2d 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
+DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tox/

2023-09-01 Thread Michał Górny
commit: e74ebe7ac961635e5fcca1d6f61933db0bb32f18
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:21:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:21:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74ebe7a

dev-python/tox: Bump to 4.11.1

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

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-4.11.1.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 8a59abb80621..d041ac7db9c7 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,6 +1,7 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.10.0.tar.gz 174296 BLAKE2B 
8369108d8fe4b64e0089bc9ea38c7d858b71fc2ea8d250ec8562fd408715d8461c5a212289f4a37c29e6a566088d821696cf869335a10c3ca5bd00e14e2b21d1
 SHA512 
c634fea5ab2989f2528107c75e7a1e4e328e8f5780d5fe6a3fda25e5c3d56e095db435cd5566231f3bc8e2d20d3b3e7a0e1b9be8de5a32e4b3602ed26f02f3b9
 DIST tox-4.11.0.tar.gz 175086 BLAKE2B 
7ddacab75674d5738543cc0deedfb8ba49b94be1e75d95f068162ea2443d3120bfa85b6ca31fa8141c8168e171a5731d829ec493d35b21aad7981685b937e78a
 SHA512 
3e2e9f09874c39f6928d2502e5d01ca48721fc777d758f1d4b3df012261c3adc9e93a89ff6dcf7950fb4245df2624ff8c7cb84feb9424a8fcb6ab12117728692
+DIST tox-4.11.1.tar.gz 175185 BLAKE2B 
24926218c45f9d05e926ee2f0583a49e6ae11c6aa0344ea1b88c636ef67e945f5b54db565c1a5e242ca3e1bb7c065f92a7ce2ceb836b02e239b2321ad3d6c359
 SHA512 
8dc99f98a72ece1cae60e9a0d99fe44b66bd6d9fe6f2d45b0f4e7ab10a5e4a65049cced4b212fe8bfe34ded65b8e4b76d642e5c014d385d2d2cd7f87d8cf6816
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8
 DIST tox-4.6.4.tar.gz 172650 BLAKE2B 
84164dbb02002d398e779b0c5e4617213fbfc711ded95faddde93711549eab9e69675f0a459ce60ba8357baf4e7d361f86b4cb85818972e5d018a61db179ba1a
 SHA512 
b6a4673ea58e21b5e8b3d1330244d46ac7a36563a089b2e03cfcd7039386ab6afc437ebf4c516bbe373133a7beb54ebb380d39ab126be69f3601226f2273f3c2
 DIST tox-4.9.0.tar.gz 173479 BLAKE2B 
00fc440bbcafa6e0d521ce745af0fa7b9a33196fec4f29f2dcad10079d494e3703fa06558ceb26762162687f71f7c77b386f64bdff6b4ac0a78706d2b7fd0743
 SHA512 
62f0cdb4d425d935315babf90ab331fb772352e68b6c67cf96f1d13007245427e67968a08073cc07a4adf850a991bbbcbff742567808ca22bc231acc1e3692e2

diff --git a/dev-python/tox/tox-4.11.1.ebuild b/dev-python/tox/tox-4.11.1.ebuild
new file mode 100644
index ..dfbf0fa8708d
--- /dev/null
+++ b/dev-python/tox/tox-4.11.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/cachetools[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/platformdirs[${PYTHON_USEDEP}]
+   dev-python/pluggy[${PYTHON_USEDEP}]
+   dev-python/pyproject-api[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   dev-python/build[${PYTHON_USEDEP}]
+   dev-python/distlib[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/re-assert[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # upstream lower bounds are meaningless
+   sed -i -e 's:>=[0-9.]*::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # devpi_process is not packaged, and has lots of 

[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/

2023-09-01 Thread Michał Górny
commit: cd78c365d696a71773c3e050952a01c9750f7e65
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:18:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:18:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd78c365

dev-python/botocore: Bump to 1.31.40

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.31.40.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 47b644756b96..afa471912dd3 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.31.30.gh.tar.gz 11873788 BLAKE2B 
0e0f7500c838c1dc1978956a1b191b3
 DIST botocore-1.31.35.gh.tar.gz 11877715 BLAKE2B 
64c90cb764ab47fdf9f644b4819c9fc1486c07ea2b72b8f2b35fc8adbead5efa7fb43140a2008ca21b63e0981017b366588c6f77e8cb5f5e4acef359f0b0e959
 SHA512 
63f044f7ac2419d2682a838a35a17d9a1a6a56fa7321e181e959923dbeaf41b5396c96a02eaace7421775c25e4ab63822a5fd57e02d618d4644ecbece72286c2
 DIST botocore-1.31.38.gh.tar.gz 11926426 BLAKE2B 
1f668a23e52f3033f3b12e6dfeb086d21eb6fd3e163ab12e5c07ccbf4a4a11df9504bac99d6b68a3001f7f1c5849a4d5340ddf5b838b349fc3aed580f6733a03
 SHA512 
800301dfca0a284d53e252bfbeff9e705120e087c45167bfee8ad343e7873a1eb69d2be725ef8a81bbd7c31fa2016908bfb3729d560d44b36f2ca160aac4663e
 DIST botocore-1.31.39.gh.tar.gz 11927900 BLAKE2B 
28b1fe5beea5b586b3bf6434ad3ab32b8f781ae79ddc39a142a53f5e87d136bcad4e1d1baaeee2afc4b09c3e4b02f583817d6471d09dd145b881fafdf71c73e1
 SHA512 
2dc271ace551ff4c9a25d6ed4c3a31dbdd90cb0f1c4088e1c71b220e20f4b7008fd41b2682c838c5e3fe911c35758a99502fe874c45c51092a83150a14d25edc
+DIST botocore-1.31.40.gh.tar.gz 11933400 BLAKE2B 
c01958831fd477db79c7b723f799abfb2f02c85bf1ea67adc6ecb2bfba13b0f945e30e11a5d3103a3bd54f913c9386327127c5eaba792b6a42e8a4bfcc21d4f4
 SHA512 
79bf9821bf6d24425de4694d1d0c871350b3fbb59488ff543c1569b41e669abfdc815840e1c912c3ade20e78a7fa8600f0d88ad220cee5bfc31b3138ed66

diff --git a/dev-python/botocore/botocore-1.31.40.ebuild 
b/dev-python/botocore/botocore-1.31.40.ebuild
new file mode 100644
index ..5894fd995097
--- /dev/null
+++ b/dev-python/botocore/botocore-1.31.40.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/

2023-09-01 Thread Michał Górny
commit: 968324d2d7618d8655fd833e97f0c332a938c025
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:50:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968324d2

dev-python/zeroconf: Bump to 0.90.0

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

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.90.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index fa0e5e1196d6..54aeccfaddb8 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -2,3 +2,4 @@ DIST zeroconf-0.82.1.tar.gz 147915 BLAKE2B 
608d077e042f1b74f25f44b5b64350782944d
 DIST zeroconf-0.86.0.tar.gz 149030 BLAKE2B 
d2ea241bcd1416517d8ac9e98c205c956419bc4d33492f8044fe1819458166cd20acb83e56b0e05c69feb473b026a277bc739541195bc2df8ee0e0b748c10c94
 SHA512 
1b4260ff9498d0a6504960162bd1d75485e83e816c7cb063d71857c77edae40a580d841b8d65940cfd2fe47f0dfa3f6e96f5b907e9c7b626e7ae9bc365219dc8
 DIST zeroconf-0.87.0.tar.gz 149844 BLAKE2B 
ef946a08b97493e536560178cc6516d86c8315b8db16d59867e7979d6f35a514f27d6cde401a7de5ec23b20f37f35ddde59ce6addd545d7640e3f15560859637
 SHA512 
cec7ea7e9bbac068b6ed6528a284de29c88ba0d4fc0ccf077b6520a4c0ea38964dc6971fdd34af3cf273dbcf1c9c34aac43d92e40217b0d192a58ff6610314e0
 DIST zeroconf-0.88.0.tar.gz 150009 BLAKE2B 
45a8abca7bbda4246af8838818cffda445bae082e11f90716b7c358dcf4c3524a2bd89e9d4c270e6a21af46c2c02b0e61c4af354091410108a6f4453021df525
 SHA512 
4235e6e75956748792ed1b84dff24861a487fe06a43f7978137e9f6516b8591d77c1254a6425a29125a5ee8843a3d4e5f1f02c1753b7a29553809e2abd1e6f1a
+DIST zeroconf-0.90.0.tar.gz 150318 BLAKE2B 
5239571a4b65f736a799b285d11221636a26d6cf19625bd276baa346a61420519698e13bcfa5909a5ece3026aeb2229a143824915d15ee1d01bfc7c9ef956809
 SHA512 
82c8d9410f0f6fe0f2ab3136034f4d62752eec0b4c3e5acc0689a0aa817fd9aa33555a0b92f18c224a3ac8b90dd583d77bf372637a20b889d0d8be9e4d8e0458

diff --git a/dev-python/zeroconf/zeroconf-0.90.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.90.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.90.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/python-zeroconf/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+python_test() {
+   local -x SKIP_IPV6=1
+   local EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   
tests/test_core.py::Framework::test_launch_and_close_context_manager
+
+   # fragile to timeouts (?)
+   
tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+   )
+
+   epytest -o addopts=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/

2023-09-01 Thread Michał Górny
commit: 108ba3824098f37b1151834d3ab4b8ee8512bf71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:19:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:19:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108ba382

dev-python/boto3: Bump to 1.28.40

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.28.40.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9742e9a7a395..857b3b1df9df 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.28.30.gh.tar.gz 689629 BLAKE2B 
03081369f995ae470717c32ffd0e80c1bac6
 DIST boto3-1.28.35.gh.tar.gz 692481 BLAKE2B 
fe5c5906598be2aaef8524a0333751bc2368aa33a3c212d45d95b1010f15d228b4b617ad7e855d668f38b9278c32bafc7c5da4395582a053ae3350d4c5453c7b
 SHA512 
790fcb6a0aac9ae37d3d04c707b05d44249b7e265e47ad8fd9195ec338f70297b018f4d3ef34cd704fc3d82564794ea7fb4e5e9057cbae4a969d220eb911981f
 DIST boto3-1.28.38.gh.tar.gz 694902 BLAKE2B 
2f33b0e1015c3fa15d16c990f709a782ddc0c9903fca8fd6d489e45fd7e2c3a939082f22f8c8c090a1ec6acdf96a6a71e5689bd3317c8f984e83bb36534df814
 SHA512 
a734d1a5a7532d09dcec1f36d9fcc9e1e03d388cfb5a86a97318c88bdeb2fb3fec6d1770e0e6b9ac7e801ec862d5e42ae48a315f4b01b398712be1f64c651273
 DIST boto3-1.28.39.gh.tar.gz 696213 BLAKE2B 
2a71b9ca5416d6eb1fbd2b21c67c2eca95409acced1c67b8345355d61eece063f589c2cb81ee4c81fd2dda54e66268d8269a8bb2f251a6d95c51a18366b5d861
 SHA512 
cd62663568aabc87de3d0c669b7cf131072aa596d9a341a19a357d8a289458ebb1e18b6618ab454753d0d385b53d450aaf836b5fb1bf04d30b40b6b314308908
+DIST boto3-1.28.40.gh.tar.gz 696495 BLAKE2B 
297a32f989dc0c1bc8f0a5cd797c5f2d52ea9b83fc202b0889fdf89e7233693fe3a61972d30bf58f05e528f62c8ffaf24ea255c4ef1972b70b546c8c13b692b5
 SHA512 
2493d647a5a8c399fb3e3a4a9bbf64d242ba78263d33ac8e019036035522574ecc39a5fd0bcbddf2492aa3bd1401ac3c24f0ec92c6ac62cb2898a8fbeedd8651

diff --git a/dev-python/boto3/boto3-1.28.40.ebuild 
b/dev-python/boto3/boto3-1.28.40.ebuild
new file mode 100644
index ..ec9fc93bf23a
--- /dev/null
+++ b/dev-python/boto3/boto3-1.28.40.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --dist=worksteal
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/

2023-09-01 Thread Mike Gilbert
commit: 43099a8ad96c397d7f7353c505a43f40c8b950d2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 00:56:01 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 00:56:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43099a8a

net-misc/freerdp: disable OSS

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/freerdp-2.11.0-r1.ebuild | 1 +
 net-misc/freerdp/freerdp-2..ebuild| 1 +
 net-misc/freerdp/freerdp-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-misc/freerdp/freerdp-2.11.0-r1.ebuild 
b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
index 96ac8e3b05f8..2a906f8c6a0d 100644
--- a/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
+++ b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
@@ -116,6 +116,7 @@ src_configure() {
-DWITH_GSSAPI=$(usex kerberos ON OFF)
-DWITH_NEON=$(usex cpu_flags_arm_neon ON OFF)
-DWITH_OPENH264=$(usex openh264 ON OFF)
+   -DWITH_OSS=OFF
-DWITH_PULSE=$(usex pulseaudio ON OFF)
-DWITH_SERVER=$(usex server ON OFF)
-DWITH_PCSC=$(usex smartcard ON OFF)

diff --git a/net-misc/freerdp/freerdp-2..ebuild 
b/net-misc/freerdp/freerdp-2..ebuild
index 96ac8e3b05f8..2a906f8c6a0d 100644
--- a/net-misc/freerdp/freerdp-2..ebuild
+++ b/net-misc/freerdp/freerdp-2..ebuild
@@ -116,6 +116,7 @@ src_configure() {
-DWITH_GSSAPI=$(usex kerberos ON OFF)
-DWITH_NEON=$(usex cpu_flags_arm_neon ON OFF)
-DWITH_OPENH264=$(usex openh264 ON OFF)
+   -DWITH_OSS=OFF
-DWITH_PULSE=$(usex pulseaudio ON OFF)
-DWITH_SERVER=$(usex server ON OFF)
-DWITH_PCSC=$(usex smartcard ON OFF)

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index f73ba33f975f..bce001a9b143 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -125,6 +125,7 @@ src_configure() {
-DWITH_KRB5=$(usex kerberos ON OFF)
-DWITH_NEON=$(usex cpu_flags_arm_neon ON OFF)
-DWITH_OPENH264=$(usex openh264 ON OFF)
+   -DWITH_OSS=OFF
-DWITH_PCSC=$(usex smartcard ON OFF)
-DWITH_PKCS11=$(usex smartcard ON OFF)
-DWITH_PULSE=$(usex pulseaudio ON OFF)



[gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/

2023-09-01 Thread Mike Gilbert
commit: 57e72ee492375f9670489ac9bd6196d1651b615c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 00:36:37 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 00:36:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e72ee4

net-misc/freerdp: update HOMEPAGE

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/freerdp-2.10.0-r3.ebuild | 2 +-
 net-misc/freerdp/freerdp-2.11.0.ebuild| 2 +-
 net-misc/freerdp/freerdp-2..ebuild| 2 +-
 net-misc/freerdp/freerdp-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/freerdp/freerdp-2.10.0-r3.ebuild 
b/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
index 43ab24447b5e..ca7d9504ea65 100644
--- a/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
+++ b/net-misc/freerdp/freerdp-2.10.0-r3.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"
-HOMEPAGE="http://www.freerdp.com/;
+HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"

diff --git a/net-misc/freerdp/freerdp-2.11.0.ebuild 
b/net-misc/freerdp/freerdp-2.11.0.ebuild
index 04d9059dea56..155ae18ce33d 100644
--- a/net-misc/freerdp/freerdp-2.11.0.ebuild
+++ b/net-misc/freerdp/freerdp-2.11.0.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"
-HOMEPAGE="http://www.freerdp.com/;
+HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"

diff --git a/net-misc/freerdp/freerdp-2..ebuild 
b/net-misc/freerdp/freerdp-2..ebuild
index 04d9059dea56..155ae18ce33d 100644
--- a/net-misc/freerdp/freerdp-2..ebuild
+++ b/net-misc/freerdp/freerdp-2..ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"
-HOMEPAGE="http://www.freerdp.com/;
+HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index abf833aaee9f..8d0b72281bda 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"
-HOMEPAGE="http://www.freerdp.com/;
+HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/

2023-09-01 Thread Mike Gilbert
commit: 8fd6987f8950f372d6005d507f5041eab8d8adae
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 00:52:47 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 00:52:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd6987f

net-misc/freerdp: disable developer warnings

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/freerdp-2.11.0-r1.ebuild | 1 +
 net-misc/freerdp/freerdp-2..ebuild| 1 +
 net-misc/freerdp/freerdp-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-misc/freerdp/freerdp-2.11.0-r1.ebuild 
b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
index d0848e077122..96ac8e3b05f8 100644
--- a/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
+++ b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
@@ -98,6 +98,7 @@ src_configure() {
filter-lto
 
local mycmakeargs=(
+   -Wno-dev
-DBUILD_TESTING=$(usex test ON OFF)
-DCHANNEL_URBDRC=$(usex usb ON OFF)
-DWITH_ALSA=$(usex alsa ON OFF)

diff --git a/net-misc/freerdp/freerdp-2..ebuild 
b/net-misc/freerdp/freerdp-2..ebuild
index d0848e077122..96ac8e3b05f8 100644
--- a/net-misc/freerdp/freerdp-2..ebuild
+++ b/net-misc/freerdp/freerdp-2..ebuild
@@ -98,6 +98,7 @@ src_configure() {
filter-lto
 
local mycmakeargs=(
+   -Wno-dev
-DBUILD_TESTING=$(usex test ON OFF)
-DCHANNEL_URBDRC=$(usex usb ON OFF)
-DWITH_ALSA=$(usex alsa ON OFF)

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index b8ed0efcf9a1..f73ba33f975f 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -106,6 +106,7 @@ src_configure() {
filter-lto
 
local mycmakeargs=(
+   -Wno-dev
-DBUILD_TESTING=$(usex test ON OFF)
-DCHANNEL_URBDRC=$(usex usb ON OFF)
-DWITH_AAD=$(usex aad ON OFF)



[gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/

2023-09-01 Thread Mike Gilbert
commit: c7ca8cbd381230bf211d610008e271442e41ed99
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 01:03:13 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 01:03:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ca8cbd

net-misc/freerdp: add 3.0.0_beta3

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/Manifest   |   1 +
 net-misc/freerdp/freerdp-3.0.0_beta3.ebuild | 149 
 2 files changed, 150 insertions(+)

diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index 9da87cbe9c78..d2cb0c946f56 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -1,2 +1,3 @@
 DIST freerdp-2.10.0.tar.gz 7321489 BLAKE2B 
92b4b45670a5ed3b41713d1e036d41a9ef5714ddf9273a4b88fadf5c8435a467a53144f42bd969a44e641995a7f94b6c7b43b85f0ede738b1a1213e3bada9788
 SHA512 
a5749e3140d74c66d51869b405852bdaa776ca7d82e50a1e3ed19ccf56ed91a4ad9c3ce2c8ee6ff0abbb29d915c2e7278a1fcea04d73fd5ba4014f6590484477
 DIST freerdp-2.11.0.tar.gz 7325731 BLAKE2B 
7cf2805065b870d959461a41b2b5cc7a5d00121078c0a5f51db0f2d83c4a5eb64aba75d0c1e184edf3546b4df87150b30f81ad88b301366ccaeaec59120085ca
 SHA512 
97ce19f392e2b197830e22f12870e787fce85a7d9342cd7b7043c1efc45f5773410901b27de11bf1b70ca36dd6d7d102b3dd34eace813892a72d44dc290a8703
+DIST freerdp-3.0.0-beta3.tar.gz 8950651 BLAKE2B 
f5171d76da635bd05b4a267383ffb150b4c214820b79624b1988d297e44a4bfd3d7b34fbc4ac88f79d973e6eb4372700fe53910078eaf36ea7fc553cc6ed6e4f
 SHA512 
a9e61c30254ba5e894c70b981fae4d6311d20546d4352e5a584361b3b7232f6cc075bf7d7c1e9e5a52c820c36a185120f095306ec36ff72489f7dce0cb7e0fbb

diff --git a/net-misc/freerdp/freerdp-3.0.0_beta3.ebuild 
b/net-misc/freerdp/freerdp-3.0.0_beta3.ebuild
new file mode 100644
index ..f5fc7c8b622a
--- /dev/null
+++ b/net-misc/freerdp/freerdp-3.0.0_beta3.ebuild
@@ -0,0 +1,149 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/FreeRDP/FreeRDP.git;
+   case ${PV} in
+   2.*) EGIT_BRANCH="stable-2.0";;
+   esac
+else
+   MY_P=${P/_/-}
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz;
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Free implementation of the Remote Desktop Protocol"
+HOMEPAGE="https://www.freerdp.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0/2"
+IUSE="aad alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer +icu jpeg 
kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind 
wayland X xinerama xv"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   sys-libs/zlib:0
+   aad? ( dev-libs/cJSON )
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   usb? (
+   virtual/libudev:0=
+   sys-apps/util-linux:0=
+   dev-libs/dbus-glib:0=
+   virtual/libusb:1=
+   )
+   X? (
+   x11-libs/libXcursor
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   xinerama? ( x11-libs/libXinerama )
+   xv? ( x11-libs/libXv )
+   )
+   ffmpeg? ( media-video/ffmpeg:0= )
+   !ffmpeg? (
+   x11-libs/cairo:0=
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   x11-libs/libXrandr
+   )
+   icu? ( dev-libs/icu:0= )
+   jpeg? ( media-libs/libjpeg-turbo:0= )
+   kerberos? ( virtual/krb5 )
+   openh264? ( media-libs/openh264:0= )
+   pulseaudio? ( media-libs/libpulse )
+   sdl? (
+   media-libs/libsdl2
+   media-libs/sdl2-ttf
+   )
+   server? (
+   X? (
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXtst
+   xinerama? ( x11-libs/libXinerama )
+   )
+   )
+   smartcard? (
+   dev-libs/pkcs11-helper
+   sys-apps/pcsc-lite
+   )
+   systemd? ( sys-apps/systemd:0= )
+   wayland? (
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   )
+   X? (
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
+BDEPEND="
+   virtual/pkgconfig
+   X? ( doc? (
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   ) )
+"
+
+src_configure() {
+   # bug #881695
+   filter-lto
+
+   local mycmakeargs=(
+ 

[gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/

2023-09-01 Thread Mike Gilbert
commit: d69d87115efb41b13706d0043669240340085f48
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep  2 00:49:21 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  2 00:49:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d8711

net-misc/freerdp: add 'icu' USE flag

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/{freerdp-2.11.0.ebuild => freerdp-2.11.0-r1.ebuild} | 4 +++-
 net-misc/freerdp/freerdp-2..ebuild   | 4 +++-
 net-misc/freerdp/freerdp-.ebuild | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-misc/freerdp/freerdp-2.11.0.ebuild 
b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
similarity index 93%
rename from net-misc/freerdp/freerdp-2.11.0.ebuild
rename to net-misc/freerdp/freerdp-2.11.0-r1.ebuild
index 155ae18ce33d..d0848e077122 100644
--- a/net-misc/freerdp/freerdp-2.11.0.ebuild
+++ b/net-misc/freerdp/freerdp-2.11.0-r1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer jpeg kerberos 
openh264 pulseaudio server smartcard systemd test usb valgrind wayland X 
xinerama xv"
+IUSE="alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer icu jpeg 
kerberos openh264 pulseaudio server smartcard systemd test usb valgrind wayland 
X xinerama xv"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -54,6 +54,7 @@ RDEPEND="
media-libs/gst-plugins-base:1.0
x11-libs/libXrandr
)
+   icu? ( dev-libs/icu:0= )
jpeg? ( media-libs/libjpeg-turbo:0= )
kerberos? ( virtual/krb5 )
openh264? ( media-libs/openh264:0= )
@@ -109,6 +110,7 @@ src_configure() {
-DWITH_CAIRO=$(usex ffmpeg OFF ON)
-DWITH_DSP_FFMPEG=$(usex ffmpeg ON OFF)
-DWITH_GSTREAMER_1_0=$(usex gstreamer ON OFF)
+   -DWITH_ICU=$(usex icu ON OFF)
-DWITH_JPEG=$(usex jpeg ON OFF)
-DWITH_GSSAPI=$(usex kerberos ON OFF)
-DWITH_NEON=$(usex cpu_flags_arm_neon ON OFF)

diff --git a/net-misc/freerdp/freerdp-2..ebuild 
b/net-misc/freerdp/freerdp-2..ebuild
index 155ae18ce33d..d0848e077122 100644
--- a/net-misc/freerdp/freerdp-2..ebuild
+++ b/net-misc/freerdp/freerdp-2..ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer jpeg kerberos 
openh264 pulseaudio server smartcard systemd test usb valgrind wayland X 
xinerama xv"
+IUSE="alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer icu jpeg 
kerberos openh264 pulseaudio server smartcard systemd test usb valgrind wayland 
X xinerama xv"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -54,6 +54,7 @@ RDEPEND="
media-libs/gst-plugins-base:1.0
x11-libs/libXrandr
)
+   icu? ( dev-libs/icu:0= )
jpeg? ( media-libs/libjpeg-turbo:0= )
kerberos? ( virtual/krb5 )
openh264? ( media-libs/openh264:0= )
@@ -109,6 +110,7 @@ src_configure() {
-DWITH_CAIRO=$(usex ffmpeg OFF ON)
-DWITH_DSP_FFMPEG=$(usex ffmpeg ON OFF)
-DWITH_GSTREAMER_1_0=$(usex gstreamer ON OFF)
+   -DWITH_ICU=$(usex icu ON OFF)
-DWITH_JPEG=$(usex jpeg ON OFF)
-DWITH_GSSAPI=$(usex kerberos ON OFF)
-DWITH_NEON=$(usex cpu_flags_arm_neon ON OFF)

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index 8d0b72281bda..b8ed0efcf9a1 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freerdp.com/;
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="aad alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer jpeg 
kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind 
wayland X xinerama xv"
+IUSE="aad alsa cpu_flags_arm_neon cups debug doc +ffmpeg gstreamer +icu jpeg 
kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind 
wayland X xinerama xv"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -55,6 +55,7 @@ RDEPEND="
media-libs/gst-plugins-base:1.0
x11-libs/libXrandr
)
+   icu? ( dev-libs/icu:0= )
jpeg? ( media-libs/libjpeg-turbo:0= )
kerberos? ( virtual/krb5 )
openh264? ( media-libs/openh264:0= )
@@ -128,6 +129,7 @@ src_configure() {
-DWITH_PULSE=$(usex pulseaudio ON OFF)
-DWITH_SERVER=$(usex server ON OFF)
-DWITH_LIBSYSTEMD=$(usex systemd ON OFF)
+   -DWITH_UNICODE_BUILTIN=$(usex icu OFF ON)
-DWITH_VALGRIND_MEMCHECK=$(usex valgrind ON OFF)
-DWITH_X11=$(usex X ON OFF)
-DWITH_XINERAMA=$(usex xinerama ON OFF)



[gentoo-commits] repo/gentoo:master commit in: sys-apps/lshw/

2023-09-01 Thread Ben Kohler
commit: 791ea6cb7a7ab2eb006a947bb74275e1fceaf98b
Author: George Burgess IV  google  com>
AuthorDate: Wed Aug  9 19:25:38 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Sep  2 00:23:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791ea6cb

sys-apps/lshw: force c++14 in version 02.19.2b_p20210121

Clang has used C++17 as its default standard since clang-16 (released
17-Mar-2023). This version of lshw does not compile cleanly with this
new standard. Keep it on C++14, since newer versions compile without
issue.

Signed-off-by: George Burgess IV  google.com>
Closes: https://github.com/gentoo/gentoo/pull/32235
Signed-off-by: Ben Kohler  gentoo.org>

 ...2.19.2b_p20210121-r3.ebuild => lshw-02.19.2b_p20210121-r4.ebuild} | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild 
b/sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild
similarity index 90%
rename from sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild
rename to sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild
index 527ff09582af..1b0a868d5049 100644
--- a/sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild
+++ b/sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild
@@ -65,6 +65,11 @@ src_prepare() {
 src_compile() {
tc-export CC CXX AR PKG_CONFIG
use static && append-ldflags -static
+   # Some toolchains are defaulting to C++17, which causes
+   # `

[gentoo-commits] proj/binhost:master commit in: builders/jiji/

2023-09-01 Thread Andreas K. Hüttel
commit: 4d8a0ab1c9acf0c8b6a7c55b676642bf94619b4b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep  1 23:22:00 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Sep  1 23:22:00 2023 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=4d8a0ab1

minor fixes for jiji

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 builders/jiji/binhost-update | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update
index e5f8e86..880468e 100755
--- a/builders/jiji/binhost-update
+++ b/builders/jiji/binhost-update
@@ -6,12 +6,12 @@ _BINHOST_NAME=$(echo ${BINHOST_NAME}|sed -e 's:/:_:g')
 TMPFILE="/root/.tmp-binhost-${_BINHOST_NAME}-update-$(date +%s)"
 LOCKFILE="/root/.tmp-binhost-${_BINHOST_NAME}-lock"
 
-EMAIL_FROM=binh...@jiji.amd.dev.gentoo.org
+EMAIL_FROM=binh...@jiji.arm.dev.gentoo.org
 EMAIL_TO=gentoo-binhost-autobui...@lists.gentoo.org
 
 NSPAWN_NAMES="binhost-arm64-kde binhost-arm64-gnome binhost-arm64-server"
 
-MAX_HARMLESS=150
+MAX_HARMLESS=200
 
 UPLOAD_USER=arm64
 UPLOAD_KEY=/root/.ssh/id_ed25519



[gentoo-commits] proj/binhost:master commit in: builders/jiji/gnome/

2023-09-01 Thread Andreas K. Hüttel
commit: edbdec8df871ac634477c394e02947cfef99e7df
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep  1 23:15:12 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Sep  1 23:15:12 2023 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=edbdec8d

Drop stuff that does not work out of the box on arm64

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 builders/jiji/gnome/world | 12 
 1 file changed, 12 deletions(-)

diff --git a/builders/jiji/gnome/world b/builders/jiji/gnome/world
index a972244..fa3c24b 100644
--- a/builders/jiji/gnome/world
+++ b/builders/jiji/gnome/world
@@ -2,28 +2,16 @@ app-editors/emacs
 app-editors/nano
 app-editors/vim
 app-office/libreoffice
-app-office/texstudio
-app-officeext/texmaths
 app-portage/eix
-app-text/pdftk
-app-text/xournalpp
 dev-tex/latex-beamer
 gnome-base/gnome
 gnome-base/gnome-extra-apps
-media-gfx/engauge
 media-gfx/gimp
-media-gfx/gnuclad
-media-gfx/inkscape
-media-gfx/povray
-media-sound/clementine
-net-firewall/fwbuilder
 net-irc/quassel
 net-misc/chrony
 net-misc/dhcpcd
 net-vpn/openvpn
 sci-visualization/gnuplot
-sci-visualization/gwyddion
-sci-visualization/spyview
 sys-apps/portage
 sys-devel/clang
 sys-devel/gdb



[gentoo-commits] proj/binhost:master commit in: /

2023-09-01 Thread Andreas K. Hüttel
commit: b9499896a5174c6cc0635942c23f71139fb22e32
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Sep  1 23:13:02 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Sep  1 23:13:47 2023 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=b9499896

add minidoc

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 create-a-buildspawn.txt | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/create-a-buildspawn.txt b/create-a-buildspawn.txt
new file mode 100644
index 000..9df799d
--- /dev/null
+++ b/create-a-buildspawn.txt
@@ -0,0 +1,22 @@
+
+unpack stage
+clone binhost into /etc/binhost
+
+binhost-arm64-kde ~/bin # ls -l
+total 0
+lrwxrwxrwx 1 root root 41 Sep  1 15:17 run-update -> 
/etc/binhost/builders/jiji/kde/run-update
+
+binhost-arm64-kde /etc # ls -l portage
+lrwxrwxrwx 1 root root 38 Sep  1 15:18 portage -> 
/etc/binhost/builders/jiji/kde/portage
+
+binhost-arm64-kde /var/lib/portage # ls -l world
+lrwxrwxrwx 1 root portage 36 Sep  1 15:21 world -> 
/etc/binhost/builders/jiji/kde/world
+
+edit /etc/locale.gen, enable
+en_US ISO-8859-1 
+en_US.UTF-8 UTF-8 
+
+run locale-gen
+
+bind-mount binpkgs directories together (fstab)
+



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-09-01 Thread Alexey Zapparov
commit: 6db684fe127e398866ce17eb4b4ffafdfffef9ab
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Sep  1 22:48:30 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Fri Sep  1 22:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6db684fe

app-admin/pulumi-bin: drop 3.77.1, 3.78.1

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest |  2 --
 app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild | 34 ---
 app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 0065cfdb13..eb65234f7f 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,2 @@
-DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
-DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
 DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
 DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.77.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-09-01 Thread Alexey Zapparov
commit: c4eb5e831b3507f4e8c61d6d3a6408a001087613
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Sep  1 22:48:19 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Fri Sep  1 22:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4eb5e83

app-admin/pulumi-bin: add 3.80.0

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index f3f2fdfab4..0065cfdb13 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
 DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153
 DIST pulumi-v3.79.0-linux-x64.tar.gz 145365085 BLAKE2B 
f9e9167fcd5b4206bc2bab82df3a45af3887b8dd036d35310e1150f2e6be10a9a6b2276ff2b3c651c5b4f064089c9823828bce569d2ada569f9e88549a45aa75
 SHA512 
971bad75aa8c46bbe96883d8c9c572945d944e2710126b1f5e435b4d65e7e290db85c485c948f4b538369e56c9b639c388ad8e1e1ac401fcc1c84d6cbde3c8a6
+DIST pulumi-v3.80.0-linux-x64.tar.gz 162654764 BLAKE2B 
c7f3774ebb221344144953d36522d31f2ff3e6c01e7e7269ae22f024fb3f7274adba9353c8d30cadb953571575ac13e36e6fc3358b0435d900e0653d4ee584e3
 SHA512 
9b5850c8dfa6e1c86d027ac01e42802023b5be02a2989ca4bc62fb3e8a6c2e1d59d3ab30e9b381e411215c0956ac2157841e8240c16d8e2cfb3ba5c6026a5b3f

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.80.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2023-09-01 Thread Ionen Wolkens
commit: 41b3f8e34c243bae44c346ce73cf0a879bbb3f5c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep  1 21:13:22 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Sep  1 21:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b3f8e3

app-emulation/wine-vanilla: add 8.15

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-8.15.ebuild  | 418 +
 2 files changed, 419 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 79a45b49747f..d9d6cf50f426 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -5,3 +5,4 @@ DIST wine-8.11.tar.xz 29236492 BLAKE2B 
db97b9abde6e1f4c854b449d27bdbafbc91bd75b8
 DIST wine-8.12.tar.xz 29276732 BLAKE2B 
c1bf0d32eaf17f06b47dd7ffc495db4874f72ffec7cfca9edd9b2b9def8ab16db2583349950c3af447d85d476aa013914554f990d5f42d5bc8243b9effbaf869
 SHA512 
6b9eab7ca1ed5a13202b1250d8d95f6bd8ee5176f0c39b5358aedaf28f7f23543f4a73bf0782c3b4e50936813fc2a459582b5d294569c976ace784fbd9e0af1b
 DIST wine-8.13.tar.xz 29379824 BLAKE2B 
fa07edba8e45ef17813e63f793ca18cd05fd421b803d416421ec0fb7aeb4223ae44376a7e75a195e91c30259f27b48c3ed4ab0b613cbb9464b824f51e85ea240
 SHA512 
952c670635f91879cf6908343a04c0f41ae54e213123242e24fc282f9705fbe3b800dc1de454b6cfb1ebb89431b0e6eb3df3b094c1d9f4e69835d0f1b8f4fcb5
 DIST wine-8.14.tar.xz 29412976 BLAKE2B 
239f90dd9c40bbca719231d2a0240e75f803ead314ab7fb8cb90e375a52696700af87ac2cdeff9a2ecb1d1cce271142cf16ce200024c98fb8bd543779aa2423e
 SHA512 
cf293546c29379237e8c2b7526b16faa0df6a255aa1718097be4382604da4f84f7fad8486a931f39020fe63548625641cf68a822c975f56c30aaa2aa8a024176
+DIST wine-8.15.tar.xz 29427600 BLAKE2B 
9a1bb0de4048e32f78e3630e9e33dc99a117d4fcb4e61285e3fb298de9f1742a7d9c52f0d02dd407ce5c62768d7fecf51947165fbc8e62cf076519caea13a2db
 SHA512 
d450dfe868ac7c7cb26ccc5e6d492c1311395c5f8b150610f5b1e78451d303b63b67c7e0ad48d6a66ae5265c5bc16da970544cf12195d8635cc3fc96c4a26cad

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.15.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.15.ebuild
new file mode 100644
index ..a3fad03a1c4d
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.15.ebuild
@@ -0,0 +1,418 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+# note: multilib+wrapper are not unused, currently a pkgcheck false positive
+inherit autotools flag-o-matic multilib multilib-build
+inherit prefix toolchain-funcs wrapper
+
+WINE_GECKO=2.47.4
+WINE_MONO=8.0.0
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
+else
+   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
+   
SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz;
+   S="${WORKDIR}/wine-${PV}"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="
+   https://www.winehq.org/
+   https://gitlab.winehq.org/wine/wine/;
+
+LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
+SLOT="${PV}"
+IUSE="
+   +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
+   llvm-libunwind custom-cflags +fontconfig +gecko gphoto2 +gstreamer
+   kerberos +mingw +mono netapi nls odbc opencl +opengl osmesa pcap
+   perl pulseaudio samba scanner +sdl selinux smartcard +ssl +strip
+   +truetype udev udisks +unwind usb v4l +vulkan wayland wow64
+   +xcomposite xinerama"
+# bug #551124 for truetype
+# TODO: wow64 can be done without mingw if using clang (needs bug #912237)
+REQUIRED_USE="
+   X? ( truetype )
+   crossdev-mingw? ( mingw )
+   wow64? ( abi_x86_64 !abi_x86_32 mingw )"
+
+# tests are non-trivial to run, can hang easily, don't play well with
+# sandbox, and several need real opengl/vulkan or network access
+RESTRICT="test"
+
+# `grep WINE_CHECK_SONAME configure.ac` + if not directly linked
+WINE_DLOPEN_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   opengl? (
+   media-libs/libglvnd[X,${MULTILIB_USEDEP}]
+   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   )
+   xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
+   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
+   )
+   cups? ( net-print/cups[${MULTILIB_USEDEP}] )
+   fontconfig? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbluetooth/

2023-09-01 Thread Andreas Sturmlechner
commit: c5eb79a03bd236ef706a53670b01129b71b46b81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 20:06:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 20:08:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eb79a0

dev-qt/qtbluetooth: Bump to QT5_KDEPATCHSET_REV=2

Friedemann Kleint (1):
  Fix translation context of QBluetoothUuid::WeightScaleFeature

Marc Mutz (1):
  QBluetoothUuid: remove default case labels and fix the fallout

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtbluetooth/Manifest  |  1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest
index dc9c915fa941..92dbc5311164 100644
--- a/dev-qt/qtbluetooth/Manifest
+++ b/dev-qt/qtbluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST qtconnectivity-5.15.10-gentoo-kde-1.tar.xz 4080 BLAKE2B 
bade5c982cf755d9732922f073d7d9d2b36f0dec0f6cf5cf6b01217cc5e9cfc49d3a28516cab843946d65aea2d0ad3a8b8feb1969bf710d3941b94d70b13e26d
 SHA512 
8130b3ef2714bfb98aaf397be5cab58b4481bc5dbb24d8b479a5019a3b2de491b9ffb73b596e4b301a4c40d4acfe727d6e9277f2021a42c4f4ddff7f6f153669
+DIST qtconnectivity-5.15.10-gentoo-kde-2.tar.xz 5352 BLAKE2B 
d6a312e0d3c11730d1c790c19b2a4438e8963656b0092ae44aedb11ec545c99291ecaaf187c612326334f7708dc74994cfdba9d448c89f9ebd02f0d5cae3fdd2
 SHA512 
5a945ffeebf7048c768bf918c038a8042cde05ba745b0c76fe9957fe458f70458c394a5f4950455842539e1929d80f53441d0b066a7aac0e9dc85c52809d75e7
 DIST qtconnectivity-everywhere-opensource-src-5.15.10.tar.xz 2828256 BLAKE2B 
aa1b2e7876cc263b3ebc307fac00e34a8112552b4e20de96796d1c7c6b0459ac65c71fd55dbc105aad6aab225ce66548ace18ed428be93d22f99589d386b6021
 SHA512 
3bc1c701f1e80794a410f0784c8955be42cb800c315d686da1a1e8429dbb72799bba2da59592f9edcd686c326df26fee4bf4e74b49feb96119e6aa29e982059f

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild
new file mode 100644
index ..4f1c6bc59be1
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.10-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != ** ]]; then
+   QT5_KDEPATCHSET_REV=2
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+IUSE="qml"
+
+DEPEND="
+   =dev-qt/qtconcurrent-${QT5_PV}*
+   =dev-qt/qtcore-${QT5_PV}*:5=
+   =dev-qt/qtdbus-${QT5_PV}*
+   =dev-qt/qtnetwork-${QT5_PV}*
+   >=net-wireless/bluez-5:=
+   qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed -i -e 's/nfc//' src/src.pro || die
+
+   qt_use_disable_mod qml quick src/src.pro
+
+   qt5-build_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kraft/

2023-09-01 Thread Andreas Sturmlechner
commit: c096623fec17919ea81727e87b0744656ee35f51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 20:11:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 20:12:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c096623f

app-office/kraft: drop 0.98

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kraft/Manifest  |  1 -
 app-office/kraft/kraft-0.98.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 71a320a20c03..292e3e07f1da 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1,2 +1 @@
-DIST kraft-0.98.tar.gz 968081 BLAKE2B 
01221ea11e3d4793b2158f1742a2629759405aed22cc4e2c33e0c2d54862c34eb51f435af11738b383671b254e984a92a3362e9465ebb899054401156f535cba
 SHA512 
f8241ac00d80d45224fdc1d4847724d08ac138ea4c6a95a598b001c977002b2c3e8a9f054a1ac2ac4e86de6de8eff304b11b653a3dc3225ad757c5f5ca501850
 DIST kraft-1.0.tar.gz 3629908 BLAKE2B 
b40dc2d647e2985b01d9ee241fbd8cf1eb551621c4635a79c248d69538d2ac034889828461f11e6eefc5258bafe160f421c2960ad80de2a264a8978a4687ad56
 SHA512 
c45b41ed6eb3eae1f29d158506ea59d55a636974bfb655b307e3045edefcbee84fd833e16cf06b7317e8f634e1efef83841a7361af86007973ab2ef234c32585

diff --git a/app-office/kraft/kraft-0.98.ebuild 
b/app-office/kraft/kraft-0.98.ebuild
deleted file mode 100644
index 116c1a85d06d..
--- a/app-office/kraft/kraft-0.98.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VIRTUALX_REQUIRED="test"
-inherit ecm
-
-DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="https://www.volle-kraft-voraus.de/;
-SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="pim"
-
-RESTRICT="test" # requires package installed, bug 745408
-
-DEPEND="
-   dev-cpp/ctemplate
-   dev-libs/grantlee:5
-   dev-qt/qtgui:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   kde-frameworks/kconfig:5
-   kde-frameworks/kcontacts:5
-   kde-frameworks/ki18n:5
-   pim? (
-   >=kde-apps/akonadi-22.04.3:5
-   >=kde-apps/akonadi-contacts-22.04.3:5
-   kde-frameworks/kcoreaddons:5
-   )
-"
-RDEPEND="${DEPEND}
-   dev-qt/qtsvg:5
-"
-
-DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=ON
-   $(cmake_use_find_package pim KF5Akonadi)
-   $(cmake_use_find_package pim KF5AkonadiContact)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2023-09-01 Thread Arthur Zamarin
commit: 4a27435230d134688b02a69d5ca311425848457b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a274352

virtual/perl-Test-Simple: Stabilize 1.302.194 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
index 12e43c324098..6d321e31d57f 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Scalar-List-Utils/

2023-09-01 Thread Arthur Zamarin
commit: 22cfbcf1505f192ce6a28dfdb879b1fdac48c4b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cfbcf1

virtual/perl-Scalar-List-Utils: Stabilize 1.630.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild 
b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
index d116cf0f102e..735a91807cc5 100644
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as 
Scalar::List::Utils"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: app-admin/perl-cleaner/

2023-09-01 Thread Arthur Zamarin
commit: 3b3c359e293d81145def8827bbd488ad783aac95
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3c359e

app-admin/perl-cleaner: Stabilize 2.31 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/perl-cleaner/perl-cleaner-2.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
index 6a11f5d36b8f..d3482f1ef902 100644
--- a/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
 else
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads-shared/

2023-09-01 Thread Arthur Zamarin
commit: 243d64108a912e57ced41973335ed95946dca2d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243d6410

virtual/perl-threads-shared: Stabilize 1.680.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild 
b/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2023-09-01 Thread Arthur Zamarin
commit: 6fd7d43e7328e3a4753706b48912de4ba8ef5b3d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd7d43e

virtual/perl-Unicode-Normalize: Stabilize 1.320.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/

2023-09-01 Thread Arthur Zamarin
commit: 89d05a0d99915f3bbee03f46596efdff66d31b73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d05a0d

virtual/perl-Storable: Stabilize 3.320.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Storable/perl-Storable-3.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.320.0.ebuild 
b/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
+++ b/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/

2023-09-01 Thread Arthur Zamarin
commit: e1786a76818257351dedf94a920a4f6185de499f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1786a76

virtual/perl-Text-Balanced: Stabilize 2.60.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads/

2023-09-01 Thread Arthur Zamarin
commit: 9541f6185f2fdff2c7c1e8ee55e785ddf53e3384
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541f618

virtual/perl-threads: Stabilize 2.360.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-threads/perl-threads-2.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads/perl-threads-2.360.0.ebuild 
b/virtual/perl-threads/perl-threads-2.360.0.ebuild
index c23d142c9f0d..8a7c1eb6bea2 100644
--- a/virtual/perl-threads/perl-threads-2.360.0.ebuild
+++ b/virtual/perl-threads/perl-threads-2.360.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38*[ithreads] ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-XSLoader/

2023-09-01 Thread Arthur Zamarin
commit: 815d1e0ba923790b1b4249c5642b672ba5f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815d

virtual/perl-XSLoader: Stabilize 0.320.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild 
b/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
+++ b/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-MIME-Base64/

2023-09-01 Thread Arthur Zamarin
commit: 436e4ffd217af0e563d04c0d56bd31ab749c6a53
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436e4ffd

virtual/perl-MIME-Base64: Stabilize 3.160.100_rc sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild 
b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild
+++ b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-Complex/

2023-09-01 Thread Arthur Zamarin
commit: 2fe9d910c1bde791e0451ebed08ce0ccb223832d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe9d910

virtual/perl-Math-Complex: Stabilize 1.620.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild 
b/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
+++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2023-09-01 Thread Arthur Zamarin
commit: 4e0373518408ba7f731e1d4a3717c4db027ac462
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e037351

virtual/perl-Time-HiRes: Stabilize 1.977.500 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-libnet/

2023-09-01 Thread Arthur Zamarin
commit: 8330c37837480b56b682d0d67cf5cd74ac1892da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8330c378

virtual/perl-libnet: Stabilize 3.150.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-libnet/perl-libnet-3.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.150.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
index 1138954cbb9f..a08e81e1a466 100644
--- a/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Piece/

2023-09-01 Thread Arthur Zamarin
commit: 94a60ded6d1c305ca2b72af0a0855967303ad768
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a60ded

virtual/perl-Time-Piece: Stabilize 1.340.101_rc sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild 
b/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
+++ b/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Socket/

2023-09-01 Thread Arthur Zamarin
commit: 409f1f87baeab86fe7e1249af4eeede50f8b959e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f1f87

virtual/perl-Socket: Stabilize 2.36.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Socket/perl-Socket-2.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.36.0.ebuild 
b/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-HTTP-Tiny/

2023-09-01 Thread Arthur Zamarin
commit: 68b5f076bd956c10cd14739cee2b4e4d33cb96c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b5f076

virtual/perl-HTTP-Tiny: Stabilize 0.86.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild 
b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
+++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2023-09-01 Thread Arthur Zamarin
commit: 3c1a99a05776bf86d3ce9733642178d5cb921337
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1a99a0

virtual/perl-Module-CoreList: Stabilize 5.202.307.20 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
index cc9fa2f7f6b8..89cdb08477dd 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Safe/

2023-09-01 Thread Arthur Zamarin
commit: b464f02bc5b4c5094abd232b212a3a6e64a99578
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464f02b

virtual/perl-Safe: Stabilize 2.440.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Safe/perl-Safe-2.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.440.0.ebuild 
b/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/

2023-09-01 Thread Arthur Zamarin
commit: 61b5a07a21ddbd9f40d65596578e47540d11511a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b5a07a

virtual/perl-Net-Ping: Stabilize 2.760.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild 
b/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
index 4b3d6dd98ef0..cc2924565432 100644
--- a/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
+++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-podlators/

2023-09-01 Thread Arthur Zamarin
commit: 2bb7683cf764545fc871164fc6e6447e53f7e976
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb7683c

virtual/perl-podlators: Stabilize 5.10.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-podlators/perl-podlators-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-podlators/perl-podlators-5.10.0.ebuild 
b/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
index 9d9db40756a8..1104f10fa976 100644
--- a/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
+++ b/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Memoize/

2023-09-01 Thread Arthur Zamarin
commit: 53e5210a94f1e40d5c4bab2c81f13bebde5b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e5210a

virtual/perl-Memoize: Stabilize 1.160.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Memoize/perl-Memoize-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Memoize/perl-Memoize-1.160.0.ebuild 
b/virtual/perl-Memoize/perl-Memoize-1.160.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Memoize/perl-Memoize-1.160.0.ebuild
+++ b/virtual/perl-Memoize/perl-Memoize-1.160.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-parent/

2023-09-01 Thread Arthur Zamarin
commit: cbfe3b0473b6a2cc61971515d57dbcff6a6012d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:55:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfe3b04

virtual/perl-parent: Stabilize 0.241.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-parent/perl-parent-0.241.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-parent/perl-parent-0.241.0.ebuild 
b/virtual/perl-parent/perl-parent-0.241.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-parent/perl-parent-0.241.0.ebuild
+++ b/virtual/perl-parent/perl-parent-0.241.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-CPAN/

2023-09-01 Thread Arthur Zamarin
commit: 4a1d048febc046657624ffa6f8ffad85e3fe0bb5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1d048f

virtual/perl-CPAN: Stabilize 2.360.0 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-CPAN/perl-CPAN-2.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-CPAN/perl-CPAN-2.360.0.ebuild 
b/virtual/perl-CPAN/perl-CPAN-2.360.0.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-CPAN/perl-CPAN-2.360.0.ebuild
+++ b/virtual/perl-CPAN/perl-CPAN-2.360.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt-FastCalc/

2023-09-01 Thread Arthur Zamarin
commit: d30e17209548bf5ce6c3f1fa1a89bcc6bea796c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30e1720

virtual/perl-Math-BigInt-FastCalc: Stabilize 0.501.300 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../perl-Math-BigInt-FastCalc-0.501.300.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.501.300.ebuild 
b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.501.300.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- 
a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.501.300.ebuild
+++ 
b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.501.300.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigRat/

2023-09-01 Thread Arthur Zamarin
commit: 4153e251eafdbb229329874b1516181504ab9539
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:54:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:54:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4153e251

virtual/perl-Math-BigRat: Stabilize 0.262.400 sparc, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Math-BigRat/perl-Math-BigRat-0.262.400.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-BigRat/perl-Math-BigRat-0.262.400.ebuild 
b/virtual/perl-Math-BigRat/perl-Math-BigRat-0.262.400.ebuild
index 3016806cda99..aeab1c56cbd5 100644
--- a/virtual/perl-Math-BigRat/perl-Math-BigRat-0.262.400.ebuild
+++ b/virtual/perl-Math-BigRat/perl-Math-BigRat-0.262.400.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/

2023-09-01 Thread Arthur Zamarin
commit: 559bb81960286724b8e789501678cc3474fd5069
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559bb819

virtual/perl-Text-Balanced: Stabilize 2.60.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.60.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Piece/

2023-09-01 Thread Arthur Zamarin
commit: 3df81473f392b6fc3af51dcf0ca5a3264b110148
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df81473

virtual/perl-Time-Piece: Stabilize 1.340.101_rc ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild 
b/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
+++ b/virtual/perl-Time-Piece/perl-Time-Piece-1.340.101_rc.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Scalar-List-Utils/

2023-09-01 Thread Arthur Zamarin
commit: 3ca61d7a57dd4f87517fb739b4ceefbd4e624652
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca61d7a

virtual/perl-Scalar-List-Utils: Stabilize 1.630.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild 
b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
index a6a93a893982..d116cf0f102e 100644
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.630.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as 
Scalar::List::Utils"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: app-admin/perl-cleaner/

2023-09-01 Thread Arthur Zamarin
commit: b4c877db6d8be7fe1d9a381ab35e2d282f22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c877db

app-admin/perl-cleaner: Stabilize 2.31 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/perl-cleaner/perl-cleaner-2.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
index 61ac4bb4f42c..6a11f5d36b8f 100644
--- a/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-2.31.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
 else
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2023-09-01 Thread Arthur Zamarin
commit: 8906ae0ebd688153d4e0061f568968cc1acd84d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906ae0e

virtual/perl-Time-HiRes: Stabilize 1.977.500 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.977.500.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-Complex/

2023-09-01 Thread Arthur Zamarin
commit: 2ff2725a8ae2bfda8b9e842e6f18e433303a9fe7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2725a

virtual/perl-Math-Complex: Stabilize 1.620.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild 
b/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
+++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.620.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-libnet/

2023-09-01 Thread Arthur Zamarin
commit: beca34da9b507767345d84ebb962fa288b53f3cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beca34da

virtual/perl-libnet: Stabilize 3.150.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-libnet/perl-libnet-3.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.150.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
index 574da77451dd..1138954cbb9f 100644
--- a/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.150.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2023-09-01 Thread Arthur Zamarin
commit: 91fa7a3407c75ccc7dc8a688cca6a9e797bf5805
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fa7a34

virtual/perl-Test-Simple: Stabilize 1.302.194 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
index 49fcaa8c95a0..12e43c324098 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.194.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-XSLoader/

2023-09-01 Thread Arthur Zamarin
commit: 4bb809156b4ed30f8e1bb364be9a716255c02555
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb80915

virtual/perl-XSLoader: Stabilize 0.320.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild 
b/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
+++ b/virtual/perl-XSLoader/perl-XSLoader-0.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads-shared/

2023-09-01 Thread Arthur Zamarin
commit: 3ee495fc309b3f4f553efc85bb3a94ac1965eafd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee495fc

virtual/perl-threads-shared: Stabilize 1.680.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild 
b/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.680.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2023-09-01 Thread Arthur Zamarin
commit: b581a69548ee7acc7824d4a95018fb3edcd7d804
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b581a695

virtual/perl-Unicode-Normalize: Stabilize 1.320.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads/

2023-09-01 Thread Arthur Zamarin
commit: ed85e0ffde188b056038f894bd28b3e3738cfbd5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed85e0ff

virtual/perl-threads: Stabilize 2.360.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-threads/perl-threads-2.360.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads/perl-threads-2.360.0.ebuild 
b/virtual/perl-threads/perl-threads-2.360.0.ebuild
index b39585015f4e..c23d142c9f0d 100644
--- a/virtual/perl-threads/perl-threads-2.360.0.ebuild
+++ b/virtual/perl-threads/perl-threads-2.360.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38*[ithreads] ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-podlators/

2023-09-01 Thread Arthur Zamarin
commit: 13703604c62af99c6063b8978472f2cf76b246ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13703604

virtual/perl-podlators: Stabilize 5.10.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-podlators/perl-podlators-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-podlators/perl-podlators-5.10.0.ebuild 
b/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
index f295ece39db9..9d9db40756a8 100644
--- a/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
+++ b/virtual/perl-podlators/perl-podlators-5.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/

2023-09-01 Thread Arthur Zamarin
commit: 9d464398dae13a18a5f1a9797aba1b5a423145be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d464398

virtual/perl-Storable: Stabilize 3.320.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Storable/perl-Storable-3.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.320.0.ebuild 
b/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
+++ b/virtual/perl-Storable/perl-Storable-3.320.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/

2023-09-01 Thread Arthur Zamarin
commit: 02e66fc11dfa53947b9f2c765e685ac312173fd2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e66fc1

virtual/perl-Net-Ping: Stabilize 2.760.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild 
b/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
index 7ee74887aff8..4b3d6dd98ef0 100644
--- a/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
+++ b/virtual/perl-Net-Ping/perl-Net-Ping-2.760.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Safe/

2023-09-01 Thread Arthur Zamarin
commit: 246dbbb85ca63b98b3af6ae575c6482fdb0d0114
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246dbbb8

virtual/perl-Safe: Stabilize 2.440.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Safe/perl-Safe-2.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.440.0.ebuild 
b/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.440.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Socket/

2023-09-01 Thread Arthur Zamarin
commit: 65c6acbd1ff9f4d340a527af60a22b1817071de0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c6acbd

virtual/perl-Socket: Stabilize 2.36.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Socket/perl-Socket-2.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.36.0.ebuild 
b/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.36.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2023-09-01 Thread Arthur Zamarin
commit: a3421b8db8acec50bb41b673bc8c62c09af994be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3421b8d

virtual/perl-Module-CoreList: Stabilize 5.202.307.20 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
index e99bbc4b0034..cc9fa2f7f6b8 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.307.20.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-parent/

2023-09-01 Thread Arthur Zamarin
commit: 90f29c624ba42825610fe3779129b952b13a9bd3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f29c62

virtual/perl-parent: Stabilize 0.241.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-parent/perl-parent-0.241.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-parent/perl-parent-0.241.0.ebuild 
b/virtual/perl-parent/perl-parent-0.241.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-parent/perl-parent-0.241.0.ebuild
+++ b/virtual/perl-parent/perl-parent-0.241.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-HTTP-Tiny/

2023-09-01 Thread Arthur Zamarin
commit: 938fd9fbc10a04f4e1c9a1e5471133422d343acd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:31:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938fd9fb

virtual/perl-HTTP-Tiny: Stabilize 0.86.0 ppc64, #913085

Signed-off-by: Arthur Zamarin  gentoo.org>

 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild 
b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
index 474bd25b70eb..3016806cda99 100644
--- a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
+++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.86.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} )



  1   2   3   4   5   >