1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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/
This commit is contained in:
Muhammad Moinur Rahman 2024-09-21 18:32:42 +02:00
parent ecd5174da3
commit c061193c7c
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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.