diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:46:24 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 15:46:24 +0000 |
commit | 2b209cd7845fbed1f9af3427828c7b50f96c7a47 (patch) | |
tree | 57f5775289360cb6097b2acdfe2c7df1d004518f | |
parent | b89fc129a9a41d6c5ab080699ca0176ad163f465 (diff) |
devel/py-xstatic-bootstrap-scss: Remove py-xstatic from RUN_DEPENDS
- Update WWW and clean up pkg-descr
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-xstatic-bootstrap-scss/Makefile | 6 | ||||
-rw-r--r-- | devel/py-xstatic-bootstrap-scss/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-xstatic-bootstrap-scss/Makefile b/devel/py-xstatic-bootstrap-scss/Makefile index d0e7d7d8fbc4..7e2579c734cb 100644 --- a/devel/py-xstatic-bootstrap-scss/Makefile +++ b/devel/py-xstatic-bootstrap-scss/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-bootstrap-scss PORTVERSION= 3.4.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,12 +8,11 @@ DISTNAME= XStatic-Bootstrap-SCSS-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bootstrap-SCSS (XStatic packaging standard) -WWW= https://github.com/twbs/bootstrap-sass +WWW= https://github.com/openstack/xstatic-bootstrap-scss \ + https://github.com/twbs/bootstrap-sass 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-bootstrap-scss/pkg-descr b/devel/py-xstatic-bootstrap-scss/pkg-descr index 07bdb152eb17..1a0601a0cebb 100644 --- a/devel/py-xstatic-bootstrap-scss/pkg-descr +++ b/devel/py-xstatic-bootstrap-scss/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-bootstrap-scss |