FreeBSD Bugzilla – Attachment 232122 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-and-change-.patch (text/plain), 975 bytes, created by
Niclas
on 2022-02-26 13:53:39 UTC
(
hide
)
Description:
Changed to DISTVERSION and bumped the PORTREVISION
Filename:
MIME Type:
Creator:
Niclas
Created:
2022-02-26 13:53:39 UTC
Size:
975 bytes
patch
obsolete
>From 2134c7238fdae60c64b6a00aad8513b59685c187 Mon Sep 17 00:00:00 2001 >From: Niclas Carlsson <n_carlsson@outlook.com> >Date: Sat, 26 Feb 2022 10:31:43 +0100 >Subject: [PATCH] Add py-sqlite3 dependency to py-coverage > and change PORTVERSION to DISTVERSION > >--- > devel/py-coverage/Makefile | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >diff --git a/devel/py-coverage/Makefile b/devel/py-coverage/Makefile >index 7c3b06541..64e6038bd 100644 >--- a/devel/py-coverage/Makefile >+++ b/devel/py-coverage/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= coverage >-PORTVERSION= 6.3.2 >-CATEGORIES= devel python >+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