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
Port details
py-dj42-django-otp Pluggable framework for adding two-factor authentication to Django
1.5.0 www 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 1.5.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Obsolete, please use www/py-django-otp instead
Expired This port expired on: 2024-06-15
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-09 14:12:31
Last Update: 2024-06-15 18:11:16
Commit Hash: 86503f6
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/django-otp/django-otp
Description:
This project makes it easy to add support for one-time passwords (OTPs) to Django. It can be integrated at various levels, depending on how much customization is required. It integrates with django.contrib.auth, although it is not a Django authentication backend. The primary target is developers wishing to incorporate OTPs into their Django projects as a form of two-factor authentication. Several simple OTP plugins are included and more are available separately. This package also includes an implementation of OATH HOTP and TOTP for convenience, as these are standard OTP algorithms used by multiple plugins.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}dj42-django-otp>0:www/py-dj42-django-otp@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py39-dj42-django-otp
Package flavors (<flavor>: <package>)
  • py39: py39-dj42-django-otp
distinfo:
TIMESTAMP = 1713528554 SHA256 (django_otp-1.5.0.tar.gz) = e7142139f1e9686be5f396669a3d3d61178cd9b3e9de9de5933888668908b46b SIZE (django_otp-1.5.0.tar.gz) = 72265

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatchling>=0 : devel/py-hatchling@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=3.2 : www/py-django42@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-dj42-django-otp-1.5.0: ====> Options available for the radio QR: you can only select none or one of them QRCODE=off: QR code support via qrcode module SEGNO=off: QR code support via segno module ===> Use 'make config' to modify these settings
Options name:
www_py-dj42-django-otp
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_otp/
  2. https://pypi.org/packages/source/d/django_otp/
Collapse this list.
Port Moves
  • port moved to www/py-django-otp on 2024-06-15
    REASON: Has expired: Obsolete, please use www/py-django-otp instead

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.0
15 Jun 2024 18:11:16
commit hash: 86503f60a3447f9b50b3a4c61f56123d3c77069fcommit hash: 86503f60a3447f9b50b3a4c61f56123d3c77069fcommit hash: 86503f60a3447f9b50b3a4c61f56123d3c77069fcommit hash: 86503f60a3447f9b50b3a4c61f56123d3c77069f files touched by this commit
Rene Ladan (rene) search for other commits by this committer
www/py-dj42-django-otp: Remove expired port

2024-06-15 www/py-dj42-django-otp: Obsolete, please use www/py-django-otp
instead
1.5.0
27 May 2024 05:28:53
commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7commit hash: c7b5ca4a02f03fab50e349b549fddbd9e931f9b7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*/py-dj42*: Deprecate/Set to expire

* The */py-dj42* ports have no more consumers and are redundant now
  as all the other Django ports have been switched from Django 3.2
  to Django 4.2 in the last few weeks. [1]

PR:		276319 [1]
With hat:	python
1.5.0
20 Apr 2024 14:25:44
commit hash: eda98ee893807f75b5f92f5bce164937579617a5commit hash: eda98ee893807f75b5f92f5bce164937579617a5commit hash: eda98ee893807f75b5f92f5bce164937579617a5commit hash: eda98ee893807f75b5f92f5bce164937579617a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-otp: Update to 1.5.0

- Add QRCODE and SEGNO options

Changes:	https://github.com/django-otp/django-otp/blob/master/CHANGES.rst
1.4.1
13 Apr 2024 09:31:43
commit hash: 11cfd96f20178a32de59aa5f1d82145cc31d134dcommit hash: 11cfd96f20178a32de59aa5f1d82145cc31d134dcommit hash: 11cfd96f20178a32de59aa5f1d82145cc31d134dcommit hash: 11cfd96f20178a32de59aa5f1d82145cc31d134d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-otp: Update to 1.4.1

Changes:	https://github.com/django-otp/django-otp/blob/master/CHANGES.rst
1.4.0
10 Apr 2024 09:36:16
commit hash: aaeb49ee83de945d52ebd345fdcab2dfcf1c4f7fcommit hash: aaeb49ee83de945d52ebd345fdcab2dfcf1c4f7fcommit hash: aaeb49ee83de945d52ebd345fdcab2dfcf1c4f7fcommit hash: aaeb49ee83de945d52ebd345fdcab2dfcf1c4f7f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-otp: Update to 1.4.0

Changes:	https://github.com/django-otp/django-otp/blob/master/CHANGES.rst
1.3.0
09 Mar 2024 14:05:15
commit hash: 109459581b889e4cb031285f49f189f387aa76facommit hash: 109459581b889e4cb031285f49f189f387aa76facommit hash: 109459581b889e4cb031285f49f189f387aa76facommit hash: 109459581b889e4cb031285f49f189f387aa76fa files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-dj42-django-otp: Add py-dj42-django-otp 1.3.0 (copied from py-django-otp)

This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers wishing
to incorporate OTPs into their Django projects as a form of two-factor
authentication.

Several simple OTP plugins are included and more are available separately. This
package also includes an implementation of OATH HOTP and TOTP for convenience,
as these are standard OTP algorithms used by multiple plugins.

Number of commits found: 6