Date: Thu, 27 Apr 2023 15:53:40 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: 697005589be2 - main - devel/py-xstatic-rickshaw: Remove py-xstatic from RUN_DEPENDS Message-ID: <202304271553.33RFreXp027132@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=697005589be25658649b932c968b8ad1f1d0d617 commit 697005589be25658649b932c968b8ad1f1d0d617 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:46:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:46:33 +0000 devel/py-xstatic-rickshaw: Remove py-xstatic from RUN_DEPENDS - Update WWW and clean up pkg-descr - Bump PORTREVISION for dependency change --- devel/py-xstatic-rickshaw/Makefile | 7 ++++--- devel/py-xstatic-rickshaw/pkg-descr | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-xstatic-rickshaw/Makefile b/devel/py-xstatic-rickshaw/Makefile index 0cc6151a29c8..45f092c652c2 100644 --- a/devel/py-xstatic-rickshaw/Makefile +++ b/devel/py-xstatic-rickshaw/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-rickshaw PORTVERSION= 1.5.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,12 +8,12 @@ DISTNAME= XStatic-Rickshaw-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rickshaw (XStatic packaging standard) -WWW= https://tech.shutterstock.com/rickshaw/ +WWW= https://tech.shutterstock.com/rickshaw/ \ + https://github.com/openstack/xstatic-rickshaw \ + https://github.com/shutterstock/rickshaw LICENSE= MIT -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-rickshaw/pkg-descr b/devel/py-xstatic-rickshaw/pkg-descr index acac3ca9ec05..7340b612745e 100644 --- a/devel/py-xstatic-rickshaw/pkg-descr +++ b/devel/py-xstatic-rickshaw/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/xstatic-rickshaw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271553.33RFreXp027132>