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:
parent
ecd5174da3
commit
c061193c7c
@ -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
|
||||
|
24
devel/py-xstatic-bootstrap3/Makefile
Normal file
24
devel/py-xstatic-bootstrap3/Makefile
Normal 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>
|
3
devel/py-xstatic-bootstrap3/distinfo
Normal file
3
devel/py-xstatic-bootstrap3/distinfo
Normal 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
|
8
devel/py-xstatic-bootstrap3/pkg-descr
Normal file
8
devel/py-xstatic-bootstrap3/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user