Date: Sat, 21 Sep 2024 16:38:25 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c061193c7c6a - main - devel/py-xstatic-bootstrap3: New port Message-ID: <202409211638.48LGcPrj068405@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c061193c7c6afb9f69bda3dffd81d9ad6fa88985 commit c061193c7c6afb9f69bda3dffd81d9ad6fa88985 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-09-21 16:32:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-09-21 16:38:04 +0000 devel/py-xstatic-bootstrap3: New port Bootstrap 3.1.1 (XStatic packaging standard) Twitter Bootstrap packaged for setuptools (easy_install) / pip. 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. WWW: https://getbootstrap.com/ --- devel/Makefile | 1 + devel/py-xstatic-bootstrap3/Makefile | 24 ++++++++++++++++++++++++ devel/py-xstatic-bootstrap3/distinfo | 3 +++ devel/py-xstatic-bootstrap3/pkg-descr | 8 ++++++++ 4 files changed, 36 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 34bea612cfa4..111ae7f05d72 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6089,6 +6089,7 @@ SUBDIR += py-xstatic-angular-lrdragndrop SUBDIR += py-xstatic-angular-schema-form SUBDIR += py-xstatic-bootstrap + SUBDIR += py-xstatic-bootstrap3 SUBDIR += py-xstatic-bootstrap-datepicker SUBDIR += py-xstatic-bootstrap-scss SUBDIR += py-xstatic-bootswatch diff --git a/devel/py-xstatic-bootstrap3/Makefile b/devel/py-xstatic-bootstrap3/Makefile new file mode 100644 index 000000000000..a47b399e358a --- /dev/null +++ b/devel/py-xstatic-bootstrap3/Makefile @@ -0,0 +1,24 @@ +PORTNAME= xstatic-bootstrap +DISTVERSION= 3.1.1.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 3 +DISTNAME= XStatic-Bootstrap-${DISTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Bootstrap 3.1.1 (XStatic packaging standard) +WWW= https://getbootstrap.com/ + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +#post-patch: +# @${REINPLACE_CMD} -e "s|xs.PACKAGE_NAME|'xstatic-bootstrap'|g" \ +# ${WRKSRC}/setup.py + +.include <bsd.port.mk> diff --git a/devel/py-xstatic-bootstrap3/distinfo b/devel/py-xstatic-bootstrap3/distinfo new file mode 100644 index 000000000000..5da9bfd27a15 --- /dev/null +++ b/devel/py-xstatic-bootstrap3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1726936031 +SHA256 (XStatic-Bootstrap-3.1.1.2.tar.gz) = ea0944b7c7f9e6d0632c01e6fb6dbf5fa2f1abb1a2fb4107d9ba6b951855d1c9 +SIZE (XStatic-Bootstrap-3.1.1.2.tar.gz) = 249743 diff --git a/devel/py-xstatic-bootstrap3/pkg-descr b/devel/py-xstatic-bootstrap3/pkg-descr new file mode 100644 index 000000000000..02f22593c934 --- /dev/null +++ b/devel/py-xstatic-bootstrap3/pkg-descr @@ -0,0 +1,8 @@ +Twitter Bootstrap packaged for setuptools (easy_install) / pip. + +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409211638.48LGcPrj068405>