non port: devel/py-dateutil/Makefile |
SVNWeb
|
Number of commits found: 48 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 3 Jun 2022
|
[ 16:57 Po-Chuan Hsieh (sunpoet) ] fe01b11
devel/py-dateutil: Convert to USE_PYTHON=pytest
|
Sat, 16 Apr 2022
|
[ 04:19 Po-Chuan Hsieh (sunpoet) ] dad754c
devel/py-dateutil: Update to 2.8.2
- Remove USE_LOCALE which is needed by Python 3.6
- Update do-test:
Changes: https://github.com/dateutil/dateutil/releases
|
Mon, 7 Mar 2022
|
[ 19:24 Po-Chuan Hsieh (sunpoet) ] 9a140b3 (Only the first 10 of 33 ports in this commit are shown above. )
*/py-*: Take maintainership
|
[ 19:07 Rene Ladan (rene) ] 3d89f95 (Only the first 10 of 140 ports in this commit are shown above. )
all: return koobs' ports to the pool after safekeeping his commit bit.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Jan 2021
|
[ 09:11 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Remove python 2.7 support from a few ports
|
Mon, 18 May 2020
|
[ 03:03 koobs ]
devel/py-dateutil: Update to 2.8.1 [1]
- Remove dateutil_test_test__tz patch, upstreamed [1]
- Remove unecessary pytest-cov dependency
- Add pytest -W exclusion preventing PytestUnknownMarkWarning: Unknown
pytest.mark.no_cover error on test invocation.
Changelog:
https://dateutil.readthedocs.io/en/stable/changelog.html#version-2-8-1-2019-11-03
PR: 246104
Submitted by: dvl [1]
MFH: 2020Q2 (blanket: bugfix release)
|
Fri, 31 May 2019
|
[ 12:39 koobs ]
devel/py-dateutil: Update to 2.8.0
Changelog:
https://github.com/dateutil/dateutil/blob/2.8.0/NEWS
PR: 238161
Differential Revision: D20421
|
Mon, 30 Jul 2018
|
[ 23:30 koobs ]
devel/py-dateutil: Update to 2.7.3
- dateutil now uses setuptools_scm to derive its version which requires
a PyPI sdist or git checkout. USE_GITHUB uses tarballs, so switch to
CHEESEHOP accordingly.
Changelog:
https://github.com/dateutil/dateutil/blob/2.7.3/NEWS
PR: 230062
Submitted by: Radim Kolar <hsn sendmail cz>
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Tue, 11 Jul 2017
|
[ 11:06 koobs ]
devel/py-dateutil: Update to 2.6.1
Changelog:
https://github.com/dateutil/dateutil/blob/2.6.1/NEWS
|
Thu, 8 Jun 2017
|
[ 14:28 woodsb02 ]
[NEW] devel/py3-dateutil: Add Python 3.x version of this port
PR: 219541
PR: 219833
Submitted by: rs.os <rs.os@t-online.de>
|
Sun, 30 Apr 2017
|
[ 04:52 koobs ]
devel/py-dateutil: Remove use of dos2unix
The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix
run on all of the files in the distribution. There is no need to run dos2unix
as the only files with CRLF is the NEWS file, a README and a Windows BAT file
(which makes sense to use CRLF).
Accordingly:
- Remove use of USES=dos2unix
- Bump PORTREVISION to rebuild package (containing corrupted TZ data file)
PR: 217264
Submitted by: gordon
MFH: 2017Q2
|
Sat, 25 Feb 2017
|
[ 21:58 rene ]
devel/py-dateutil: update to 2.6.0
This version adds support for timezone 2016i and contains numerous
bug fixes.
PR: 215660
Submitted by: rene
Approved by: maintainer timeout (koobs, 2 months)
|
Sat, 26 Nov 2016
|
[ 10:09 mat ] (Only the first 10 of 20 ports in this commit are shown above. )
Fixup USE_GITHUB usage.
It already sets DISTNAME to a very nice unique name, do not set it
yourself.
Sponsored by: Absolight
|
Fri, 30 Sep 2016
|
[ 21:30 rene ]
- update to 2.5.3
- Adjust WWW
PR: 212968
Submitted by: myself
Approved by: maintainer (koobs)
|
Thu, 19 May 2016
|
[ 10:57 amdmi3 ] (Only the first 10 of 32 ports in this commit are shown above. )
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 3 Mar 2016
|
[ 07:57 koobs ]
devel/py-dateutil: Update to 2.5.0
- Update PORTVERSION and distinfo checksum (2.5.0)
- Update RUN_DEPENDS
- Use dos2unix (o_O)
- Update pkg-descr WWW: URL
Changes:
https://github.com/dateutil/dateutil/blob/2.5.0/NEWS
|
Sun, 21 Feb 2016
|
[ 14:24 koobs ]
devel/py-dateutil: Update to 2.4.2
- Update PORTVERSION and distinfo checksum (2.4.2)
- six is only a RUN_DEPENDS, remove from BUILD_DEPENDS
- Enable NO_ARCH (architecture independence)
- Add test target
|
Wed, 3 Dec 2014
|
[ 21:43 antoine ]
Update to 2.3
Reviewed by: koobs (maintainer)
|
Thu, 28 Aug 2014
|
[ 09:32 koobs ]
devel/py-dateutil: Update to 2.2, Modernise
- Update to 2.2
- Add LICENSE_FILE
- Update COMMENT (Via setup.py)
- Fix RUN_DEPENDS assignment
- Modernise Python framework entries
- Canonicalise regression-test
- Patch setup.py to support `test` command
- Remove unecessary patch to dateutil/__init__.py (unicode -> plain)
Changes: 2.2
* Updated zoneinfo to 2013h
* fuzzy_with_tokens parse addon
* Bug with LANG=C fixed
QA: Ran 492 tests in 0.688s - OK (Python 2.7 / 3.4)
|
Fri, 11 Jul 2014
|
[ 23:38 nivit ]
- Pass the mantainership to koobs@
|
Mon, 10 Feb 2014
|
[ 19:04 antoine ]
- Add LICENSE
- Switch from easy_install to install
- Allow packaging as a regular user
- Use PYDISTUTILS_AUTOPLIST
- Stage support
PR: ports/186088
PR: ports/186092
Submitted by: John Hein and Johannes Jost Meixner
Approved by: maintainer timout (2 weeks)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 6 May 2013
|
[ 16:57 antoine ]
Install zoneinfo--latest.tar.gz with good permissions
Try to import the right module (_winreg not winreg) when using python2
PR: ports/178059
Approved by: maintainer timeout (2 weeks), eadler (mentor)
|
Mon, 11 Mar 2013
|
[ 21:59 nivit ]
- Fix incorrect permissions of egg-info files
- Bump PORTREVISION
PR: ports/176803
Submitted by: koobs
|
Thu, 24 Jan 2013
|
[ 07:42 rm ]
- update to 2.1
- trim Makefile header
- change MASTER_SITES to CHEESESHOP
- add license (BSD)
- add dependency on py-six (this port now works both with python2 and python3
from the same codebase via py-six)
- adjust possible python versions accordingly
- add tests
- clean-up pkg-descr
PR: 174672 (based on)
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
Approved by: nivit (maintainer, by mail)
|
Wed, 5 May 2010
|
[ 18:52 nivit ]
- Update to 1.5
|
Sat, 16 Aug 2008
|
[ 08:56 nivit ]
- Update to 1.4.1
- Remove USE_BZIP2
|
Wed, 9 Apr 2008
|
[ 22:11 nivit ]
- Update to 1.4
- Use PYDISTUTILS=easy_install
|
Sun, 17 Feb 2008
|
[ 10:19 nivit ]
- Update to 1.3
|
Sat, 8 Sep 2007
|
[ 00:16 lwhsu ]
- Update to 1.2
PR: ports/114116
Submitted by: lwhsu
Approved by: Maintainer timeout
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Thu, 5 Apr 2007
|
[ 16:37 nivit ]
- Update 1.1
- Remove files/patch-setup.py
|
Sun, 1 Apr 2007
|
[ 07:33 lioux ]
Give maintainership to Nicola Vitale <nivit@FreeBSD.org>.
|
Sun, 20 Nov 2005
|
[ 04:16 lioux ]
Update both WWW tag and MASTER_SITES to new location
|
Tue, 30 Aug 2005
|
[ 10:31 lioux ]
o Fix PLIST
o Bump PORTREVISION
Submitted by: pointyhat (kris)
|
Sun, 28 Aug 2005
|
[ 18:45 lioux ]
Update to 1.0
PR: 83787
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
Wed, 20 Jul 2005
|
[ 11:28 pav ]
- Fix zoneinfo installation and unbreak
PR: ports/82062
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer timeout (40 days)
|
Sat, 21 May 2005
|
[ 17:12 kris ]
BROKEN: Incomplete pkg-plist
|
Sun, 8 May 2005
|
[ 21:05 lioux ]
Add python as secondary category: should have been more careful
|
[ 06:50 lioux ]
New port py-dateutil version 0.9: Provides powerful extensions to the standard
datetime module
|
Number of commits found: 48 |