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-django-datetime-widget Simple and clean widget for DateTimeField
0.9.3_1 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 0.9.3_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer maintained, not compatible with Django 2.1
Expired This port expired on: 2020-07-15
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-08-01 22:04:14
Last Update: 2020-07-18 21:27:12
SVN Revision: 542534
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://pypi.org/project/django-datetime-widget/
Description:
Django-datetime-widget is a simple and clean widget for DateTimeField. It's based on bootstrap-datepicker by Stefan Petre. WWW: https://pypi.org/project/django-datetime-widget/
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-datetime-widget>0:www/py-django-datetime-widget@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-django-datetime-widget
Package flavors (<flavor>: <package>)
  • py37: py37-django-datetime-widget
  • py27: py27-django-datetime-widget
distinfo:
TIMESTAMP = 1472004509 SHA256 (django-datetime-widget-0.9.3.tar.gz) = bd727b466b7f4bbc23f3a9ec571ef1e2e9977ef1b83a296eb7b796580a168ced SIZE (django-datetime-widget-0.9.3.tar.gz) = 37510

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. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-django111>=0 : www/py-django111@py37
  2. py37-pytz>=0 : devel/py-pytz@py37
  3. py37-setuptools>0 : devel/py-setuptools@py37
  4. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
pkg-message:
For install:
To use the widget, follow the Basic Configuration at: https://github.com/asaglimbeni/django-datetime-widget For step 2, you can download bootstrap and host it yourself or insert the following lines in your pages: <link rel="StyleSheet" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css" type="text/css /> <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min.js" type="text/javascript></script>
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-datetime-widget/
  2. https://pypi.org/packages/source/d/django-datetime-widget/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.3_1
18 Jul 2020 21:27:12
Revision:542534Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-07-15 www/py-django-subdomains: No longer maintained, not compatible with
Django 2.0+
2020-07-15 www/py-django-datetime-widget: No longer maintained, not compatible
with Django 2.1
2020-07-15 www/py-django-openid-auth: No longer maintained, not compatible with
Django 2.0+, please use www/py-django-allauth instead
2020-07-15 www/py-django-overextends: No longer maintained, not compatible with
Django 2.0+
0.9.3_1
29 Jun 2020 16:16:58
Revision:540804Original commit files touched by this commit
sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2020-07-15

PR:		247587
Submitted by:	kai
0.9.3_1
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
0.9.3_1
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.9.3_1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
0.9.3_1
25 Feb 2018 05:34:23
Revision:462932Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS: use newer django

- Add missing RUN_DEPENDS
- Pet portlint: move LICENSE upward
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for dependency change
- Take maintainership
0.9.3
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)
24 Aug 2016 02:17:02
Revision:420752Original commit files touched by this commit Refresh
vanilla search for other commits by this committer
Update to 0.9.3.
0.6_1
08 Jun 2016 17:12:12
Revision:416548Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
0.6_1
25 May 2016 01:41:39
Revision:415820Original commit files touched by this commit
zi search for other commits by this committer
- Reset MAINTAINERship due to fatal email bounces (no MX record, no A record),
maintainer timeouts

Reported by:	portscout
0.6_1
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
0.6_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.6_1
16 Jan 2016 09:52:37
Revision:406203Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Switch all ports to www/py-django18
- Bump PORTREVISION
0.6
18 Oct 2014 19:02:00
Revision:371154Original commit files touched by this commit
rm search for other commits by this committer
Convert to USES=python
0.6
01 Aug 2014 22:04:08
Revision:363767Original commit files touched by this commit
wg search for other commits by this committer
www/py-django-datetime-widget

Django-datetime-widget is a simple and clean widget for DateTimeField.
It's based on bootstrap-datepicker by Stefan Petre.

WWW: https://pypi.python.org/pypi/django-datetime-widget

PR:		191059
Submitted by:	melvyn@magemana.nl

Number of commits found: 15