FreeBSD Bugzilla – Attachment 232131 Details for
Bug 262181
devel/py-coverage: Add databases/py-sqlite3 dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Changed to DISTVERSION and bumped the PORTREVISION
0001-Add-py-sqlite3-dependency-to-py-coverage.patch (text/plain), 944 bytes, created by
Niclas
on 2022-02-27 07:02:25 UTC
(
hide
)
Description:
Changed to DISTVERSION and bumped the PORTREVISION
Filename:
MIME Type:
Creator:
Niclas
Created:
2022-02-27 07:02:25 UTC
Size:
944 bytes
patch
obsolete
>From 98cf329b9d50f41d2240c37a34c0c2c68901f02d Mon Sep 17 00:00:00 2001 >From: Niclas Carlsson <n_carlsson@outlook.com> >Date: Sun, 27 Feb 2022 07:24:42 +0100 >Subject: [PATCH] Add py-sqlite3 dependency to py-coverage > and change PORTVERSION to DISTVERSION > >--- > devel/py-coverage/Makefile | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/devel/py-coverage/Makefile b/devel/py-coverage/Makefile >index 7c3b06541..d22ef8291 100644 >--- a/devel/py-coverage/Makefile >+++ b/devel/py-coverage/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= coverage >-PORTVERSION= 6.3.2 >+DISTVERSION= 6.3.2 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -9,6 +10,8 @@ COMMENT= Code coverage measurement for Python > > LICENSE= BSD2CLAUSE > >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} >+ > USES= python > USE_PYTHON= autoplist concurrent distutils > >-- >2.35.1 >
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 262181
:
232091
|
232122
| 232131