2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-24 00:10:18 +03:00
Files
gentoo/app-crypt/certbot-apache
Thibaud CANALE 8a3a99c48d app-crypt/certbot-apache: brings multiple reworks (bug 881043)
Bug: https://bugs.gentoo.org/881043

The purpose of this rework is to use parent package archive as common
base for all the modules.

Warnings: some modifications might require some reviews, tests were done
but maybe not thoroughly enough.

Reworks:
  - replaces deprecated DISTUTILS_USE_SETUPTOOLS by
    DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build);
  - integrates parent mechanism for base source;
  - stores archive with ".gh" in its extension (PythonGHDistfileSuffix)
    also use parent’s file;
  - uses plaintext URL for SRC_URI;
  - common "S" path definition for live ebuild.

Also removes zope since 2.0.0 version, see upstream commit
9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4:
9d736d5c9c

Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2023-02-16 09:57:01 -06:00
..