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-transaction-hooks Django database backends to register transaction-commit hooks
0.2_3 databases Deleted 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 0.2_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained upstream and merged into Django since 1.9
Expired This port expired on: 2020-07-02
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-12-08 20:21:21
Last Update: 2020-07-02 10:27:00
SVN Revision: 541031
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/carljm/django-transaction-hooks
Description:
A better alternative to the native transaction signals of Django. Sometimes you need to fire off an action related to the current database transaction, but only if the transaction successfully commits. Examples: a Celery task, an email notification, or a cache invalidation. Doing this correctly while accounting for savepoints that might be individually rolled back, closed/dropped connections, and idiosyncrasies of various databases, is non-trivial. Transaction signals just make it easier to do it wrong. django-transaction-hooks does the heavy lifting so you don't have to. WWW: https://github.com/carljm/django-transaction-hooks
Homepage    cgit ¦ GitHub ¦ 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-transaction-hooks>0:databases/py-django-transaction-hooks@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-django-transaction-hooks
Package flavors (<flavor>: <package>)
  • py37: py37-django-transaction-hooks
  • py27: py27-django-transaction-hooks
distinfo:
SHA256 (django-transaction-hooks-0.2.tar.gz) = 51bab09547fab673a24d6c59f1df560183b3a49f24a7a5bf35e7eb34ef939e79 SIZE (django-transaction-hooks-0.2.tar.gz) = 7527

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-django111>=1.11 : www/py-django111@py37
  2. py37-setuptools>0 : devel/py-setuptools@py37
  3. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
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-transaction-hooks/
  2. https://pypi.org/packages/source/d/django-transaction-hooks/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2_3
02 Jul 2020 10:27:00
Revision:541031Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:

2020-07-02 databases/py-django-transaction-hooks: Unmaintained upstream and
merged into Django since 1.9
0.2_3
02 Apr 2020 00:05:48
Revision:530251Original commit files touched by this commit
wen search for other commits by this committer
- Mark DEPRECATED
0.2_3
08 Mar 2019 14:45:50
Revision:495043Original commit files touched by this commit
antoine search for other commits by this committer
Remove dependency on the django metaport

With hat:	portmgr
0.2_2
14 Oct 2018 15:38:33
Revision:482046Original commit files touched by this commit
rene search for other commits by this committer
Hand over databases/py-django-transaction-hooks to the Python team.
0.2_2
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.2_2
06 Mar 2018 22:45:36
Revision:463771Original commit files touched by this commit
rene search for other commits by this committer
Use the Django meta-port for my Django port to avoid conflicts between them.

Bump PORTREVISIONs
0.2_1
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)
0.2_1
25 Jun 2017 15:03:55
Revision:444292Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.2_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.2_1
16 Jan 2016 11:19:09
Revision:406208Original commit files touched by this commit
miwi search for other commits by this committer
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
0.2
25 Dec 2015 07:04:07
Revision:404403Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
0.2
08 Dec 2015 20:21:14
Revision:403346Original commit files touched by this commit
rene search for other commits by this committer
A better alternative to the native transaction signals of Django.

Sometimes you need to fire off an action related to the current database
transaction, but only if the transaction successfully commits. Examples:
a Celery task, an email notification, or a cache invalidation.

Doing this correctly while accounting for savepoints that might be
individually rolled back, closed/dropped connections, and idiosyncrasies of
various databases, is non-trivial. Transaction signals just make it easier
to do it wrong.

django-transaction-hooks does the heavy lifting so you don't have to.

WWW: https://github.com/arljm/django-transaction-hooks/

Number of commits found: 12