Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:53:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 985a58669c91 - main - devel/py-xstatic-tv4: Remove py-xstatic from RUN_DEPENDS
Message-ID:  <202304271553.33RFrkN1027235@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=985a58669c9189a083d38d4aebc879e8ee9b7f15

commit 985a58669c9189a083d38d4aebc879e8ee9b7f15
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:46:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:46:36 +0000

    devel/py-xstatic-tv4: Remove py-xstatic from RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
    - Bump PORTREVISION for dependency change
---
 devel/py-xstatic-tv4/Makefile  | 8 ++++----
 devel/py-xstatic-tv4/pkg-descr | 2 --
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/devel/py-xstatic-tv4/Makefile b/devel/py-xstatic-tv4/Makefile
index f978e9059914..bd8d684fe07e 100644
--- a/devel/py-xstatic-tv4/Makefile
+++ b/devel/py-xstatic-tv4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xstatic-tv4
 PORTVERSION=	1.2.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -8,13 +8,13 @@ DISTNAME=	XStatic-tv4-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	tv4 (XStatic packaging standard)
-WWW=		https://geraintluff.github.io/tv4/
+WWW=		https://geraintluff.github.io/tv4/ \
+		https://github.com/openstack-archive/deb-python-xstatic-tv4 \
+		https://github.com/geraintluff/tv4
 
 LICENSE=	MIT PD
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
-
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
diff --git a/devel/py-xstatic-tv4/pkg-descr b/devel/py-xstatic-tv4/pkg-descr
index 20e658ec7587..afb336c9e00d 100644
--- a/devel/py-xstatic-tv4/pkg-descr
+++ b/devel/py-xstatic-tv4/pkg-descr
@@ -5,5 +5,3 @@ This package is intended to be used by any project that needs these files.
 It intentionally does not provide any extra code except some metadata nor has
 any extra requirements. You MAY use some minimal support code from the XStatic
 base package, if you like.
-
-See also: https://github.com/openstack-archive/deb-python-xstatic-tv4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271553.33RFrkN1027235>