FreeBSD Bugzilla – Attachment 231100 Details for
Bug 261270
devel/py-atpublic: Fix build by going back to 2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
devel_py-atpublic.patch (text/plain), 1.40 KB, created by
Yasuhiro Kimura
on 2022-01-18 02:10:58 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-01-18 02:10:58 UTC
Size:
1.40 KB
patch
obsolete
>From 4fb5ce7642440bd4a604f9ec4c7baf4ce387f1a1 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Tue, 18 Jan 2022 10:58:20 +0900 >Subject: [PATCH] devel/py-atpublic: Fix build by going back to 2.3 > >With 3.0 upstream switched from setup.py to pyproject.toml. >Unfortunately our python framework doesn't support the latter. So fix >build by going back to 2.3 that is the last version to use setup.py. > >PR: 261270 >--- > devel/py-atpublic/Makefile | 3 ++- > devel/py-atpublic/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 4 deletions(-) > >diff --git a/devel/py-atpublic/Makefile b/devel/py-atpublic/Makefile >index ed1e5a1ceb12..7658663b4f2e 100644 >--- a/devel/py-atpublic/Makefile >+++ b/devel/py-atpublic/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= atpublic >-PORTVERSION= 3.0 >+PORTVERSION= 2.3 >+PORTEPOCH= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >diff --git a/devel/py-atpublic/distinfo b/devel/py-atpublic/distinfo >index 01521a34c308..f0bf550da707 100644 >--- a/devel/py-atpublic/distinfo >+++ b/devel/py-atpublic/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1642353220 >-SHA256 (atpublic-3.0.tar.gz) = c881286f65aca24fa14aaf9ce88a63ddb61ab681cfd48707d7aba7b4603272d5 >-SIZE (atpublic-3.0.tar.gz) = 14108 >+TIMESTAMP = 1642470958 >+SHA256 (atpublic-2.3.tar.gz) = d6b9167fc3e09a2de2d2adcfc9a1b48d84eab70753c97de3800362e1703e3367 >+SIZE (atpublic-2.3.tar.gz) = 16746 >-- >2.35.0.rc1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261270
:
231100
|
231115
|
231148