Port details |
- py-django-pipeline Asset (css/js) packaging library for Django
- 3.0.0 www =2 3.0.0Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2011-09-28 01:08:34
- Last Update: 2024-02-29 07:18:32
- Commit Hash: 5d4139f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jazzband/django-pipeline
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py39-django-pipeline
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-django-pipeline listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-django-pipeline
- Package flavors (<flavor>: <package>)
- py39: py39-django-pipeline
- distinfo:
- TIMESTAMP = 1708450748
SHA256 (django-pipeline-3.0.0.tar.gz) = 49a8bee298668100bb6e8a2144dff8c607baa5297820a2503793c38693f34103
SIZE (django-pipeline-3.0.0.tar.gz) = 68443
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:
-
- py39-setuptools-scm>=0 : devel/py-setuptools-scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-pipeline
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.0.0 21 Feb 2024 15:11:11 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-pipeline: Update to 3.0.0
Changes: https://github.com/jazzband/django-pipeline/releases
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst |
2.1.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.1.0 05 Apr 2023 17:31:50 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-pipeline: Update to 2.1.0
Changes: https://github.com/jazzband/django-pipeline/releases |
2.0.9 05 Feb 2023 15:50:08 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-pipeline: Update to 2.0.9
Changes: https://github.com/jazzband/django-pipeline/releases
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst |
2.0.8 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.8 27 Aug 2022 10:26:30 |
Po-Chuan Hsieh (sunpoet) |
www/py-django-pipeline: Update to 2.0.8
- Update WWW
Changes: https://github.com/jazzband/django-pipeline/releases |
1.6.14 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.14 30 May 2022 12:57:31 |
Ruslan Makhmatkhanov (rm) |
django: Reset maintainership of ports I'm not using anymore |
1.6.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.14 05 Jan 2021 22:08:22 |
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+ |
1.6.14 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.14 10 Feb 2018 19:59:21 |
sunpoet |
Simplify Makefile: use PY_FUTURES
With hat: python |
1.6.14 05 Feb 2018 17:09:58 |
rm |
www/py-django-pipeline: update to 1.6.14 |
1.6.13 29 Dec 2017 09:01:54 |
antoine |
Simplify some USES=python
With hat: portmgr |
1.6.13 30 Nov 2017 15:50:34 |
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 ) |
1.6.13 06 Jun 2017 20:53:19 |
rm |
www/py-django-pipeline: update to 1.6.13 |
1.6.12 05 Apr 2017 12:31:19 |
miwi |
- Update to 1.6.12
Approved by: maintainer via mail |
1.6.11 21 Jan 2017 22:07:14 |
rm |
www/py-django-pipeline: update to 1.6.11 |
1.6.10 13 Jan 2017 20:10:14 |
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) |
1.6.9 06 Oct 2016 17:54:10 |
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. |
1.6.8 29 Jul 2016 11:59:58 |
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 |
1.6.6 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.6.6 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.6.6 23 Feb 2016 09:59:34 |
miwi |
- Update to 1.6.6 |
1.6.4 07 Jan 2016 11:14:44 |
miwi |
- Update to 1.6.4 |
1.6.1 31 Dec 2015 02:54:53 |
miwi |
- Update to 1.6.1
- Take maintainership
Changes:
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst |
1.5.4 08 Dec 2015 09:47:39 |
vanilla |
Add py-django-pipeline13 to CONFLICT. |
1.5.4 27 Nov 2015 05:57:40 |
vanilla |
1: add PKGNAMESUFFIX to py-django-pipeline14.
2: add CONFLICT. |
1.5.4 27 Nov 2015 03:51:32 |
vanilla |
Upgrade to 1.5.4. |
1.3.25 08 Nov 2015 09:18:52 |
antoine |
Deprecate Django 1.4 ports |
1.3.25 12 Jul 2015 16:09:11 |
sunpoet |
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON |
1.3.25 26 Jan 2015 06:11:41 |
vanilla |
Upgrade to 1.3.25. |
1.3.19 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.3.19 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
1.3.19 20 Jun 2014 21:06:22 |
wg |
www/py-django-pipeline: update to 1.3.19
PR: 184933
Submitted by: anes anes su
Approved by: maintainer (timeout) |
1.3.12_1 15 Jun 2014 18:10:42 |
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) |
1.3.12 13 Jan 2014 21:00:04 |
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) |
1.3.12 22 Dec 2013 10:15:19 |
antoine |
- Fix RUN_DEPENDS
- Stage support
PR: ports/184792
Submitted by: Anes Mukhametov |
1.3.12 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3.12 28 Jun 2013 02:15:38 |
clsung |
- Update to 1.3.12 |
1.2.24 14 Jun 2013 14:44:51 |
miwi |
- Update to 1.2.24
PR: 176231
Submitted by: pclin@
Approved by: maintainer timeout |
1.2.22_1 05 Mar 2013 18:09:08 |
lwhsu |
- Update DEPENDS for the ports that explicitly claim need of Django 1.4 |
1.2.22 03 Jan 2013 14:09:13 |
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) |
1.2.10 28 Jun 2012 05:16:28 |
clsung |
- Update to 1.2.10 |
1.1.22 04 Nov 2011 00:46:20 |
clsung |
- Update to 1.1.22 |
1.1.21 28 Oct 2011 09:05:54 |
clsung |
- Update to 1.1.21 |
1.1.20 28 Oct 2011 03:27:30 |
clsung |
- Update to 1.1.20 |
1.1.19 21 Oct 2011 01:47:29 |
clsung |
- Update to 1.1.19 |
1.1.18.1 28 Sep 2011 01:08:19 |
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. |