Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Dec 2020 23:02:15
0.3.0

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
0.3.0

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.3.0

|
mat  |
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 ) |
01 Apr 2016 14:33:58
0.3.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
06 Mar 2016 11:51:57
0.3.0

|
koobs  |
www/py-grequests: Update to 0.3.0, Modernize
- Update PORTVERSION and distinfo checksum (0.3.0)
- Update TEST_DEPENDS and test target to new framework
- Remove TESTS option bits accordingly
- Enable NO_ARCH (Architecture independent)
- Remove unnecessary setup.py patch (upstreamed)
- Remove patch for test_grequests.py (backport)
- Backport patch for removing failing test [1]
[1] https://github.com/kennethreitz/grequests/pull/83 |
07 May 2015 20:24:16
0.2.0_2

|
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
23 Dec 2014 04:34:45
0.2.0_2

|
koobs  |
www/py-grequests: Add TESTS option, Modernize
- Add TESTS option
- Add LICENSE_FILE
- Switch to the modern Python world order (USES)
- Update regression-test target |
16 Feb 2014 07:01:03
0.2.0_2

|
koobs  |
www/py-grequests: Modernise and fix tests
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- RUN_DEPENDS: Use requests 2.x
- Deprecate easy_install target
- Update LICENSE (BSD2CLAUSE)
- Add TEST_DEPENDS
- Make tests work using standard setup.py test command [1]
- Backport commit for tests using requests hook **kwargs [2]
[1] https://github.com/kennethreitz/grequests/pull/47
[2]
https://github.com/kennethreitz/grequests/commit/f50782ad63607b85e5e009f4a0a4ce0a8a6aef0d |
27 Jan 2014 12:14:09
0.2.0_1

|
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
21 Jan 2014 23:40:23
0.2.0

|
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 23:36:54
0.2.0

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
29 Apr 2013 10:43:26
0.2.0

|
koobs  |
www/py-grequests: Update to 0.2.0, use github and setuptools
- Update to 0.2.0
- Update pkg-plist
- Use GITHUB for distfiles
- Use setuptools
- Update requests minimum version in RUN_DEPENDS
- Add regression-test: target
- Re-patch setup.py to hook in unit tests
- pkg-descr: Tab->space in WWW:
Approved by: eadler, rm (mentors, implicit) |
09 Feb 2013 14:50:27
0.1.0

|
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
05 Jun 2012 02:36:38
0.1.0
|
miwi  |
GRequests allows you to use Requests with Gevent to make asyncronous HTTP
Requests easily.
WWW: https://github.com/kennethreitz/grequests
PR: ports/168554
Submitted by: koobs <koobs.freebsd@gmail.com> |