notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-django-pipeline Asset (css/js) packaging library for Django
3.0.0 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-09-28 01:08:34
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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):
py37-django-pipeline
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.6.14---1.6.14-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-django-pipeline
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly2.1.02.1.02.1.02.1.03.0.02.1.02.1.02.1.0
FreeBSD:14:latest3.0.03.0.02.0.83.0.03.0.02.1.0-2.1.0
FreeBSD:14:quarterly2.1.03.0.0-2.1.03.0.02.1.02.1.02.1.0
FreeBSD:15:latest3.0.03.0.0n/a2.1.0n/a2.1.02.1.03.0.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools-scm>=0 : devel/py-setuptools-scm@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-pipeline/
  2. https://pypi.org/packages/source/d/django-pipeline/
Collapse this list.

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 2d08fabdb252b44cbc74e64e2353d84363a12768commit hash: 2d08fabdb252b44cbc74e64e2353d84363a12768commit hash: 2d08fabdb252b44cbc74e64e2353d84363a12768commit hash: 2d08fabdb252b44cbc74e64e2353d84363a12768 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: f89a319932f00c78c457c78f6ddb7d78ec9e0b55commit hash: f89a319932f00c78c457c78f6ddb7d78ec9e0b55commit hash: f89a319932f00c78c457c78f6ddb7d78ec9e0b55commit hash: f89a319932f00c78c457c78f6ddb7d78ec9e0b55 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f21e58442b652b515fb6735f3383912d8e280e75commit hash: f21e58442b652b515fb6735f3383912d8e280e75commit hash: f21e58442b652b515fb6735f3383912d8e280e75commit hash: f21e58442b652b515fb6735f3383912d8e280e75 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.0.8
27 Aug 2022 10:26:30
commit hash: 2d337d780c10211aa9de3ab08fae1f4d829cc3cbcommit hash: 2d337d780c10211aa9de3ab08fae1f4d829cc3cbcommit hash: 2d337d780c10211aa9de3ab08fae1f4d829cc3cbcommit hash: 2d337d780c10211aa9de3ab08fae1f4d829cc3cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.6.14
30 May 2022 12:57:31
commit hash: 4d3174cd857031d8402b0704e9d317caf4f1019ecommit hash: 4d3174cd857031d8402b0704e9d317caf4f1019ecommit hash: 4d3174cd857031d8402b0704e9d317caf4f1019ecommit hash: 4d3174cd857031d8402b0704e9d317caf4f1019e files touched by this commit
Ruslan Makhmatkhanov (rm) search for other commits by this committer
django: Reset maintainership of ports I'm not using anymore
1.6.14
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6.14
05 Jan 2021 22:08:22
Revision:560434Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.6.14
10 Feb 2018 19:59:21
Revision:461427Original commit files touched by this commit
sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES

With hat:	python
1.6.14
05 Feb 2018 17:09:58
Revision:460985Original commit files touched by this commit
rm search for other commits by this committer
www/py-django-pipeline: update to 1.6.14
1.6.13
29 Dec 2017 09:01:54
Revision:457499Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
1.6.13
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.6.13
06 Jun 2017 20:53:19
Revision:442799Original commit files touched by this commit
rm search for other commits by this committer
www/py-django-pipeline: update to 1.6.13
1.6.12
05 Apr 2017 12:31:19
Revision:437779Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.12

Approved by:	maintainer via mail
1.6.11
21 Jan 2017 22:07:14
Revision:432087Original commit files touched by this commit
rm search for other commits by this committer
www/py-django-pipeline: update to 1.6.11
1.6.10
13 Jan 2017 20:10:14
Revision:431419Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:423429Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:419238Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:419057Original commit files touched by this commit
rene search for other commits by this committer
Reset miwi@'s ports, he stepped down from the Ports Team.

With hat:	portmgr-secretary
1.6.6
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:409394Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.6
1.6.4
07 Jan 2016 11:14:44
Revision:405422Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.4
1.6.1
31 Dec 2015 02:54:53
Revision:404899Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Revision:403258Original commit files touched by this commit
vanilla search for other commits by this committer
Add py-django-pipeline13 to CONFLICT.
1.5.4
27 Nov 2015 05:57:40
Revision:402472Original commit files touched by this commit
vanilla search for other commits by this committer
1: add PKGNAMESUFFIX to py-django-pipeline14.
2: add CONFLICT.
1.5.4
27 Nov 2015 03:51:32
Revision:402470Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.5.4.
1.3.25
08 Nov 2015 09:18:52
Revision:401046Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate Django 1.4 ports
1.3.25
12 Jul 2015 16:09:11
Revision:391812Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
- Sort USE_PYTHON
1.3.25
26 Jan 2015 06:11:41
Revision:377926Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.3.25.
1.3.19
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
1.3.19
02 Dec 2014 22:40:57
Revision:373790Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
1.3.19
20 Jun 2014 21:06:22
Revision:358637Original commit files touched by this commit
wg search for other commits by this committer
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
Revision:357912Original commit files touched by this commit
mva search for other commits by this committer
- 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
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:337182Original commit files touched by this commit
antoine search for other commits by this committer
- Fix RUN_DEPENDS
- Stage support

PR:		ports/184792
Submitted by:	Anes Mukhametov
1.3.12
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.3.12
28 Jun 2013 02:15:38
Revision:321923Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.3.12
1.2.24
14 Jun 2013 14:44:51
Revision:320941Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.24

PR:		176231
Submitted by:	pclin@
Approved by:	maintainer timeout
1.2.22_1
05 Mar 2013 18:09:08
Revision:313467Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update DEPENDS for the ports that explicitly claim need of Django 1.4
1.2.22
03 Jan 2013 14:09:13
Revision:309882Original commit files touched by this commit
rm search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.2.10
1.1.22
04 Nov 2011 00:46:20
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.1.22
1.1.21
28 Oct 2011 09:05:54
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.1.21
1.1.20
28 Oct 2011 03:27:30
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.1.20
1.1.19
21 Oct 2011 01:47:29
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.1.19
1.1.18.1
28 Sep 2011 01:08:19
Original commit files touched by this commit
clsung search for other commits by this committer
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.

Number of commits found: 52