Port details |
- py-django-pipeline Asset (css/js) packaging library for Django
- 1.6.14 www
=0 1.6.14Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2011-09-28 01:08:34
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: MIT
- Description:
- Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in
JavaScript template support, and optional data-URI image embedding.
WWW: https://github.com/cyberdelia/django-pipeline
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-pipeline>0:www/py-django-pipeline@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-pipeline/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-pipeline
- pkg install py38-django-pipeline
NOTE: This is a Python port. Instead of py38-django-pipeline listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-django-pipeline
- Package flavors (<flavor>: <package>)
- py38: py38-django-pipeline
- distinfo:
- TIMESTAMP = 1517850418
SHA256 (django-pipeline-1.6.14.tar.gz) = ef67aaf58959a2959e13fc114001cee5beec05ac18a81cc700ea9f1c8e3f40a8
SIZE (django-pipeline-1.6.14.tar.gz) = 59986
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_py-django-pipeline
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.6.14
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Jan 2021 22:08:22
1.6.14
|
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
28 Dec 2020 23:02:15
1.6.14
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
10 Feb 2018 19:59:21
1.6.14
|
sunpoet  |
Simplify Makefile: use PY_FUTURES
With hat: python |
05 Feb 2018 17:09:58
1.6.14
|
rm  |
www/py-django-pipeline: update to 1.6.14 |
29 Dec 2017 09:01:54
1.6.13 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
1.6.13 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2017 20:53:19
1.6.13
|
rm  |
www/py-django-pipeline: update to 1.6.13 |
05 Apr 2017 12:31:19
1.6.12
|
miwi  |
- Update to 1.6.12
Approved by: maintainer via mail |
21 Jan 2017 22:07:14
1.6.11
|
rm  |
www/py-django-pipeline: update to 1.6.11 |
13 Jan 2017 20:10:14
1.6.10
|
rm  |
www/py-django-pipeline: update to 1.6.10
Also drop dependency upon django per upstream setup.py. This package
is now work with any supported django version (1.6-1.10) |
06 Oct 2016 17:54:10
1.6.9
|
rm  |
www/py-django-pipeline: update to 1.6.9
Also remove invalid comment, added in previous commit. Since django 1.8 is LTS
release branch it should stay default for while. |
29 Jul 2016 11:59:58
1.6.8
|
rm  |
www/py-django-pipeline: update to 1.6.8
- update to 1.6.8
- take up maintainership
- add dependency upon py-futures for pythons lesser 3.2
- remove stale conflicts and extend allowable python versions range |
25 Jul 2016 20:01:03
1.6.6
|
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
01 Apr 2016 14:33:58
1.6.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
23 Feb 2016 09:59:34
1.6.6
|
miwi  |
- Update to 1.6.6 |
07 Jan 2016 11:14:44
1.6.4
|
miwi  |
- Update to 1.6.4 |
31 Dec 2015 02:54:53
1.6.1
|
miwi  |
- Update to 1.6.1
- Take maintainership
Changes:
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst |
08 Dec 2015 09:47:39
1.5.4
|
vanilla  |
Add py-django-pipeline13 to CONFLICT. |
27 Nov 2015 05:57:40
1.5.4
|
vanilla  |
1: add PKGNAMESUFFIX to py-django-pipeline14.
2: add CONFLICT. |
27 Nov 2015 03:51:32
1.5.4
|
vanilla  |
Upgrade to 1.5.4. |
08 Nov 2015 09:18:52
1.3.25
|
antoine  |
Deprecate Django 1.4 ports |
12 Jul 2015 16:09:11
1.3.25
|
sunpoet  |
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON |
26 Jan 2015 06:11:41
1.3.25
|
vanilla  |
Upgrade to 1.3.25. |
03 Jan 2015 08:41:21
1.3.19
|
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
02 Dec 2014 22:40:57
1.3.19
|
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
20 Jun 2014 21:06:22
1.3.19
|
wg  |
www/py-django-pipeline: update to 1.3.19
PR: 184933
Submitted by: anes anes su
Approved by: maintainer (timeout) |
15 Jun 2014 18:10:42
1.3.12_1
|
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
13 Jan 2014 21:00:04
1.3.12
|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
22 Dec 2013 10:15:19
1.3.12
|
antoine  |
- Fix RUN_DEPENDS
- Stage support
PR: ports/184792
Submitted by: Anes Mukhametov |
20 Sep 2013 23:36:54
1.3.12
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
28 Jun 2013 02:15:38
1.3.12
|
clsung  |
- Update to 1.3.12 |
14 Jun 2013 14:44:51
1.2.24
|
miwi  |
- Update to 1.2.24
PR: 176231
Submitted by: pclin@
Approved by: maintainer timeout |
05 Mar 2013 18:09:08
1.2.22_1
|
lwhsu  |
- Update DEPENDS for the ports that explicitly claim need of Django 1.4 |
03 Jan 2013 14:09:13
1.2.22
|
rm  |
- update to 1.2.22
while here:
- trim Makefile header
- shorten COMMENT
- eliminate SITELIBDIR in depends
- limit to python 2.x only (print)
PR: 174508
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: maintainer timeout (16 days) |
28 Jun 2012 05:16:28
1.2.10
|
clsung  |
- Update to 1.2.10 |
04 Nov 2011 00:46:20
1.1.22
|
clsung  |
- Update to 1.1.22 |
28 Oct 2011 09:05:54
1.1.21
|
clsung  |
- Update to 1.1.21 |
28 Oct 2011 03:27:30
1.1.20
|
clsung  |
- Update to 1.1.20 |
21 Oct 2011 01:47:29
1.1.19
|
clsung  |
- Update to 1.1.19 |
28 Sep 2011 01:08:19
1.1.18.1
|
clsung  |
Pipeline is an asset packaging library for Django, providing both CSS
and JavaScript concatenation and compression, built-in JavaScript template
support, and optional data-URI image embedding. |