Re: [gentoo-dev] Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Oskari Pirhonen
On Sat, Feb 11, 2023 at 20:25:46 +, Conrad Kostecki wrote: > Am 11.02.2023 19:58:27, "Jonas Stein" schrieb: > > >https://packages.gentoo.org/packages/app-misc/physlock > > > > I suspect, that this could be last-rited, as upstream marked repo as > read-only on Github. > I actively use

Re: [gentoo-dev] Re: Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Maciej Barć
dev-lang/crystal dev-util/shards Added myself as maint to both of those (and bumped them). On 2/11/23 22:48, Maciej Barć wrote: These packages are only used in ::guru, so they could be moved there. I think regular mask-remove process should apply. I am interested in crystal and might pick

Re: [gentoo-dev] Re: Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Maciej Barć
These packages are only used in ::guru, so they could be moved there. I think regular mask-remove process should apply. I am interested in crystal and might pick it up. Co-maints welcome! :^) On 2/11/23 20:01, Anna (cybertailor) Vyalkova wrote: dev-lang/crystal dev-util/shards These

Re: [gentoo-dev] Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Jonas Stein
Dear Hoël, the following packages are up for grabs after retirement of the inactive proxied maintainer: sys-apps/bat Hi, I’m willing to take up that one. What should I do? Great! You can bump the version, fix its open bugs via PR. And if you want to do this in the long term, you add your

Re: [gentoo-dev] Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Conrad Kostecki
Am 11.02.2023 19:58:27, "Jonas Stein" schrieb: https://packages.gentoo.org/packages/app-misc/physlock I suspect, that this could be last-rited, as upstream marked repo as read-only on Github.

Re: [gentoo-dev] Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Hoël Bézier
Am Sat, Feb 11, 2023 at 07:58:27PM +0100 schrieb Jonas Stein: Dear all the following packages are up for grabs after retirement of the inactive proxied maintainer: sys-apps/bat Hi, I’m willing to take up that one. What should I do? Hoël signature.asc Description: PGP signature

[gentoo-dev] Re: Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Anna (cybertailor) Vyalkova
> dev-lang/crystal > dev-util/shards These packages are only used in ::guru, so they could be moved there.

[gentoo-dev] Packages up for grabs: sys-apps/bat, app-misc/physlock, dev-lang/crystal, dev-util/shards

2023-02-11 Thread Jonas Stein
Dear all the following packages are up for grabs after retirement of the inactive proxied maintainer: sys-apps/bat app-misc/physlock dev-lang/crystal dev-util/shards https://packages.gentoo.org/packages/sys-apps/bat https://packages.gentoo.org/packages/app-misc/physlock

[gentoo-dev] [PATCH 2/2] pypi.eclass: Add PYPI_NO_NORMALIZE control var

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index f4367b3fbfec..182b0b6b8c3e 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -12,7 +12,8 @@ # The

[gentoo-dev] [PATCH 1/2] pypi.eclass: Normalize PN and translate PV for S as well

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 19 ++- eclass/tests/pypi.sh | 3 +++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index be0e498fcbf3..f4367b3fbfec 100644 --- a/eclass/pypi.eclass +++

Re: [gentoo-dev] [PATCH 0/7] pypi.eclass: Filename and version normalization

2023-02-11 Thread Michał Górny
On Sat, 2023-02-11 at 10:16 +0100, Michał Górny wrote: > Hi, > > Here's a major patchset to the recently committed pypi.eclass (i.e. > the "change while it's still warm and not used much" kind). > > It focuses on two significant changes: > > 1. Normalizing filenames according to the current

[gentoo-dev] [PATCH 7/7] pypi.eclass: Translate ${PV} by default

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 21 +++-- eclass/tests/pypi.sh | 24 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 27bd17403100..be0e498fcbf3 100644 ---

[gentoo-dev] [PATCH 6/7] pypi.eclass: Add a version translation function

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 19 +++ eclass/tests/pypi.sh | 7 +++ 2 files changed, 26 insertions(+) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index dd24b8337e62..27bd17403100 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@

[gentoo-dev] [PATCH 5/7] pypi.eclass: Normalize sdist filenames by default

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 23 +++ eclass/tests/pypi.sh | 27 --- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index a3c38aa5f3ec..dd24b8337e62 100644 ---

[gentoo-dev] [PATCH 4/7] pypi.eclass: Add `--unpack` to usage error in pypi_wheel_url

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index c7b9604807eb..a3c38aa5f3ec 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -134,7 +134,7 @@ pypi_wheel_url() {

[gentoo-dev] [PATCH 3/7] pypi.eclass: Normalize wheel filenames

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 5 +++-- eclass/tests/pypi.sh | 33 + 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 3a37214f8977..c7b9604807eb 100644 --- a/eclass/pypi.eclass

[gentoo-dev] [PATCH 2/7] pypi.eclass: Add a name normalization function

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 20 eclass/tests/pypi.sh | 32 2 files changed, 52 insertions(+) create mode 100755 eclass/tests/pypi.sh diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index

[gentoo-dev] [PATCH 1/7] pypi.eclass: Use pypi_sdist_url to generate the default SRC_URI

2023-02-11 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/pypi.eclass | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index e9d3eec1268b..d00b1171fd16 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -34,10 +34,6 @@ esac if [[ !

[gentoo-dev] [PATCH 0/7] pypi.eclass: Filename and version normalization

2023-02-11 Thread Michał Górny
Hi, Here's a major patchset to the recently committed pypi.eclass (i.e. the "change while it's still warm and not used much" kind). It focuses on two significant changes: 1. Normalizing filenames according to the current sdist/wheel standards. 2. Translating Gentoo-specific components in ${PV}

[gentoo-dev] [PATCH] profiles: last-rite unused java libraries

2023-02-11 Thread Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki --- profiles/package.mask | 8 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ca66e4aea325..0e2085a7e5cc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF