diff options
Diffstat (limited to 'devel/py-xstatic-angular-fileupload')
-rw-r--r-- | devel/py-xstatic-angular-fileupload/Makefile | 22 | ||||
-rw-r--r-- | devel/py-xstatic-angular-fileupload/distinfo | 3 | ||||
-rw-r--r-- | devel/py-xstatic-angular-fileupload/pkg-descr | 7 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/py-xstatic-angular-fileupload/Makefile b/devel/py-xstatic-angular-fileupload/Makefile new file mode 100644 index 000000000000..95ad310ceffc --- /dev/null +++ b/devel/py-xstatic-angular-fileupload/Makefile @@ -0,0 +1,22 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= xstatic-angular-fileupload +PORTVERSION= 12.0.4.0 +PORTREVISION= 2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= XStatic-Angular-FileUpload-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= File Upload module for the AngularJS (angular-file-upload) + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-xstatic-angular-fileupload/distinfo b/devel/py-xstatic-angular-fileupload/distinfo new file mode 100644 index 000000000000..14a9a0fd00ee --- /dev/null +++ b/devel/py-xstatic-angular-fileupload/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481111873 +SHA256 (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 68e66efc4f2ed81438553a54646d5cc67487b05764c0003ff25ae5beb8dae21f +SIZE (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 188575 diff --git a/devel/py-xstatic-angular-fileupload/pkg-descr b/devel/py-xstatic-angular-fileupload/pkg-descr new file mode 100644 index 000000000000..e29d7dd10987 --- /dev/null +++ b/devel/py-xstatic-angular-fileupload/pkg-descr @@ -0,0 +1,7 @@ +This port is the static file package for angular-file-upload JavaScript library +that provides a Angular File Upload support for the AngularJS framework. + +It uses the XStatic packaging standard, aimed to bring an ability to +install javascript libraries via easy_install or pip utility. + +WWW: https://pypi.org/project/XStatic-Angular-FileUpload/ |