FreeBSD Bugzilla – Attachment 177794 Details for
Bug 215149
[NEW PORT] py-django-{babel,openstack-auth,pyscss}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
django libraries
django-libs.diff (text/plain), 10.69 KB, created by
Alexander Nusov
on 2016-12-08 12:02:27 UTC
(
hide
)
Description:
django libraries
Filename:
MIME Type:
Creator:
Alexander Nusov
Created:
2016-12-08 12:02:27 UTC
Size:
10.69 KB
patch
obsolete
>Index: devel/py-django-babel/Makefile >=================================================================== >--- devel/py-django-babel/Makefile (nonexistent) >+++ devel/py-django-babel/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= django-babel >+PORTVERSION= 0.5.1 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Utilities for using babel in django >+ >+LICENSE= BSD >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \ >+ ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-django-babel/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-babel/distinfo >=================================================================== >--- devel/py-django-babel/distinfo (nonexistent) >+++ devel/py-django-babel/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481115722 >+SHA256 (django-babel-0.5.1.tar.gz) = a0e342a549d1269cd0c02a1b4b483d6c7c7341db4c87b6b149a2b5bc059cee57 >+SIZE (django-babel-0.5.1.tar.gz) = 19364 > >Property changes on: devel/py-django-babel/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-babel/pkg-descr >=================================================================== >--- devel/py-django-babel/pkg-descr (nonexistent) >+++ devel/py-django-babel/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Utilities for using Babel in Django >+ >+WWW: http://pypi.python.org/pypi/django-babel > >Property changes on: devel/py-django-babel/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-compressor/Makefile >=================================================================== >--- devel/py-django-compressor/Makefile (nonexistent) >+++ devel/py-django-compressor/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= django-compressor >+PORTVERSION= 2.1 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= django_compressor-${PORTVERSION} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Compresses linked and inline javascript or css >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rjsmin>=1.0.12:archivers/py-rjsmin \ >+ ${PYTHON_PKGNAMEPREFIX}rcssmin>=1.0.6:archivers/py-rcssmin \ >+ ${PYTHON_PKGNAMEPREFIX}django-appconf>=1.0:www/py-django-appconf >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-django-compressor/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-compressor/distinfo >=================================================================== >--- devel/py-django-compressor/distinfo (nonexistent) >+++ devel/py-django-compressor/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481113624 >+SHA256 (django_compressor-2.1.tar.gz) = ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b4954ef >+SIZE (django_compressor-2.1.tar.gz) = 103106 > >Property changes on: devel/py-django-compressor/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-compressor/pkg-descr >=================================================================== >--- devel/py-django-compressor/pkg-descr (nonexistent) >+++ devel/py-django-compressor/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Compresses linked and inline JavaScript or CSS >+into single cached files. >+ >+WWW: http://pypi.python.org/pypi/django_compressor > >Property changes on: devel/py-django-compressor/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-openstack-auth/Makefile >=================================================================== >--- devel/py-django-openstack-auth/Makefile (nonexistent) >+++ devel/py-django-openstack-auth/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= django-openstack-auth >+PORTVERSION= 3.0.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= django_openstack_auth-${PORTVERSION} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Django authentication backend for use with openstack identity >+ >+LICENSE= APACHE20 >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ >+ ${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.15.0:devel/py-oslo.policy \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.config>=0:devel/py-oslo.config \ >+ ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-django-openstack-auth/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-openstack-auth/distinfo >=================================================================== >--- devel/py-django-openstack-auth/distinfo (nonexistent) >+++ devel/py-django-openstack-auth/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481158612 >+SHA256 (django_openstack_auth-3.0.0.tar.gz) = 74b7d2deb6e266714d13fc87f85a7e73e1befa3ca784a724519deccd65d2cd35 >+SIZE (django_openstack_auth-3.0.0.tar.gz) = 64664 > >Property changes on: devel/py-django-openstack-auth/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-openstack-auth/pkg-descr >=================================================================== >--- devel/py-django-openstack-auth/pkg-descr (nonexistent) >+++ devel/py-django-openstack-auth/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Django authentication backend for use with OpenStack Identity >+ >+WWW: http://pypi.python.org/pypi/django_openstack_auth > >Property changes on: devel/py-django-openstack-auth/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-pyscss/Makefile >=================================================================== >--- devel/py-django-pyscss/Makefile (nonexistent) >+++ devel/py-django-pyscss/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= django-pyscss >+PORTVERSION= 2.0.2 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Makes it easier to use pyscss in django >+ >+LICENSE= BSD >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \ >+ ${PYTHON_PKGNAMEPREFIX}pyscss>=1.3.4:textproc/py-pyscss >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-django-pyscss/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-pyscss/distinfo >=================================================================== >--- devel/py-django-pyscss/distinfo (nonexistent) >+++ devel/py-django-pyscss/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481112842 >+SHA256 (django-pyscss-2.0.2.tar.gz) = 0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615 >+SIZE (django-pyscss-2.0.2.tar.gz) = 17791 > >Property changes on: devel/py-django-pyscss/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-django-pyscss/pkg-descr >=================================================================== >--- devel/py-django-pyscss/pkg-descr (nonexistent) >+++ devel/py-django-pyscss/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Makes it easier to use PySCSS in Django. >+ >+WWW: http://pypi.python.org/pypi/django-pyscss > >Property changes on: devel/py-django-pyscss/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215149
:
177794
|
177863