Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922819 - net-misc/ntpsec-1.2.3 installs deprecated .egg/.egg-info
Summary: net-misc/ntpsec-1.2.3 installs deprecated .egg/.egg-info
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921639
  Show dependency tree
 
Reported: 2024-01-24 14:38 UTC by Agostino Sarubbo
Modified: 2024-06-14 08:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,413.04 KB, text/plain)
2024-01-24 14:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-24 14:38:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/ntpsec-1.2.2a installs deprecated .egg/.egg-info.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0076
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-24 14:39:01 UTC
CC'ing also the author of the commit (565df5d5aba2c5df3583f10042a421e8596043db)
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-24 14:39:03 UTC
Created attachment 883032 [details]
build.log

build log and emerge --info
Comment 3 Eli Schwartz gentoo-dev 2024-01-24 14:51:39 UTC
Hi.

Don't cc me as the author of "the commit" for a totally irrelevant QA warning about which distutils mode is used, just because I fixed an unrelated QA issue about cflags handling.

Thanks.
Comment 4 Agostino Sarubbo gentoo-dev 2024-05-09 17:34:18 UTC
ci has reproduced this issue with version 1.2.3 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-06-14 08:03:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a550ba59e0fe463675c8602f4685ef4aad5040

commit a7a550ba59e0fe463675c8602f4685ef4aad5040
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-14 07:57:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 08:02:26 +0000

    net-misc/ntpsec: more idiomatic use of distutils-r1
    
    Bug: https://bugs.gentoo.org/910009
    Bug: https://bugs.gentoo.org/922819
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/ntpsec-1.2.2a-r1.ebuild | 20 ++++++++------------
 net-misc/ntpsec/ntpsec-1.2.3-r1.ebuild  | 20 ++++++++------------
 net-misc/ntpsec/ntpsec-9999.ebuild      | 20 ++++++++------------
 3 files changed, 24 insertions(+), 36 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc29c8eec7c629fe1a4f40d4e7c0bea616ef589

commit cfc29c8eec7c629fe1a4f40d4e7c0bea616ef589
Author:     James Browning <JamesB.fe80@gmail.com>
AuthorDate: 2024-06-06 11:12:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 08:01:54 +0000

    net-misc/ntpsec: Solve conflicting modules problem
    
    gpep517 install-wheel throws a fit if run after
    waf-utils_src_install for the same Python.
    
    Bug: https://bugs.gentoo.org/910009
    Bug: https://bugs.gentoo.org/922819
    Signed-off-by: James Browning <JamesB.fe80@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/ntpsec-1.2.2a-r1.ebuild | 2 +-
 net-misc/ntpsec/ntpsec-1.2.3-r1.ebuild  | 2 +-
 net-misc/ntpsec/ntpsec-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bbffd213cf5214c4d9f6875a18bc0bdfa964cb

commit 93bbffd213cf5214c4d9f6875a18bc0bdfa964cb
Author:     James Browning <JamesB.fe80@gmail.com>
AuthorDate: 2024-06-05 14:22:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 08:01:50 +0000

    net-misc/ntpsec: Change to PEP517 build, finally.
    
    Bug: https://bugs.gentoo.org/910009
    Bug: https://bugs.gentoo.org/922819
    Signed-off-by: James Browning <JamesB.fe80@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/ntpsec-1.2.2a-r1.ebuild | 3 +--
 net-misc/ntpsec/ntpsec-1.2.3-r1.ebuild  | 3 +--
 net-misc/ntpsec/ntpsec-9999.ebuild      | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0359d5441b73a07358be07a8bcb20d4a90373d1

commit a0359d5441b73a07358be07a8bcb20d4a90373d1
Author:     James Browning <JamesB.fe80@gmail.com>
AuthorDate: 2024-06-04 18:31:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-14 08:01:15 +0000

    net-misc/ntpsec: Replace egg-info with a Flit pyproject.toml file
    
    Bug: https://bugs.gentoo.org/910009
    Bug: https://bugs.gentoo.org/922819
    Signed-off-by: James Browning <JamesB.fe80@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/ntpsec/files/flit.toml                    | 34 +++++++++++++++++++
 .../ntpsec/files/ntpsec-1.2.3-pep517-no-egg.patch  | 38 ++++++++++++++++++++++
 net-misc/ntpsec/ntpsec-1.2.2a-r1.ebuild            |  2 ++
 net-misc/ntpsec/ntpsec-1.2.3-r1.ebuild             |  2 ++
 net-misc/ntpsec/ntpsec-9999.ebuild                 |  2 ++
 5 files changed, 78 insertions(+)