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.

non port: graphics/py-geopandas/Makefile

Number of commits found: 29

Saturday, 25 Nov 2023
11:08 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopandas: Update to 0.14.1
commit hash: 0bbba25450fddda992180075f779e71d7819ce9f commit hash: 0bbba25450fddda992180075f779e71d7819ce9f commit hash: 0bbba25450fddda992180075f779e71d7819ce9f commit hash: 0bbba25450fddda992180075f779e71d7819ce9f 0bbba25
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 7 May 2023
16:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-shapely: Fix PORTNAME and WWW

- Bump PORTREVISION for package change

It is to minimize the patch of 2.0.1 update. Upstream also changed the tarball
from Shapely to shapely.

Approved by:	portmgr (blanket)
With hat:	python
commit hash: 0cf3172f1690031e1a6543d81f6619e5057dddd9 commit hash: 0cf3172f1690031e1a6543d81f6619e5057dddd9 commit hash: 0cf3172f1690031e1a6543d81f6619e5057dddd9 commit hash: 0cf3172f1690031e1a6543d81f6619e5057dddd9 0cf3172
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 22 Feb 2023
12:55 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopands: Update to 0.12.2
commit hash: c08ac826c87fbf912fd39193f9d50405e89346f6 commit hash: c08ac826c87fbf912fd39193f9d50405e89346f6 commit hash: c08ac826c87fbf912fd39193f9d50405e89346f6 commit hash: c08ac826c87fbf912fd39193f9d50405e89346f6 c08ac82
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Thursday, 29 Sep 2022
17:47 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopandas: Update to 0.11.1
commit hash: 1f5df47085e1ee1210add86e6fde67467d577ea4 commit hash: 1f5df47085e1ee1210add86e6fde67467d577ea4 commit hash: 1f5df47085e1ee1210add86e6fde67467d577ea4 commit hash: 1f5df47085e1ee1210add86e6fde67467d577ea4 1f5df47
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 6 Jul 2022
05:25 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopandas: Update to 0.11.0
commit hash: 9ea02916834295c40b61a716aed0ab6651ce8b4c commit hash: 9ea02916834295c40b61a716aed0ab6651ce8b4c commit hash: 9ea02916834295c40b61a716aed0ab6651ce8b4c commit hash: 9ea02916834295c40b61a716aed0ab6651ce8b4c 9ea0291
Wednesday, 22 Dec 2021
20:52 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopandas: Update to 0.10.2

Changes:
  -
https://geopandas.org/en/stable/docs/changelog.html#version-0-10-2-october-16-2021
commit hash: c47001404f7f914afa59b767fe9eab6ae2f7ddb1 commit hash: c47001404f7f914afa59b767fe9eab6ae2f7ddb1 commit hash: c47001404f7f914afa59b767fe9eab6ae2f7ddb1 commit hash: c47001404f7f914afa59b767fe9eab6ae2f7ddb1 c470014
Friday, 4 Jun 2021
05:52 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/py-geopandas: Update to 0.9.0

Changes:
  - https://geopandas.org/docs/changelog.html#version-0-9-0-february-28-2021
commit hash: 0904c9cf2849d2f7a24b4d4edc7dbe079361ca6a commit hash: 0904c9cf2849d2f7a24b4d4edc7dbe079361ca6a commit hash: 0904c9cf2849d2f7a24b4d4edc7dbe079361ca6a commit hash: 0904c9cf2849d2f7a24b4d4edc7dbe079361ca6a 0904c9c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 30 Jan 2021
13:29 sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
Original commitRevision:563407 
Sunday, 8 Nov 2020
17:49 sunpoet search for other commits by this committer
Update to 2.6.1.post1

- Add BUILD_DEPENDS
- Update WWW
- Take maintainership

Changes:	https://github.com/pyproj4/pyproj/releases
PR:		250256
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 29 days)
Original commitRevision:554639 
Wednesday, 2 Sep 2020
15:20 lbartoletti search for other commits by this committer
graphics/py-geopandas: Update to 0.8.1
Original commitRevision:547364 
Saturday, 27 Jun 2020
04:48 lbartoletti search for other commits by this committer
graphics/py-geopandas: Update to 0.7.0

Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D25472
Original commitRevision:540555 
Tuesday, 11 Feb 2020
05:42 lbartoletti search for other commits by this committer
graphics/py-geopandas: Update to 0.6.3

Changelog:

  - https://github.com/geopandas/geopandas/releases/tag/v0.6.3

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23604
Original commitRevision:525777 
Tuesday, 14 Jan 2020
21:45 lbartoletti search for other commits by this committer
Change my mail address to lbartoletti@FreeBSD.org

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
Original commitRevision:523070 
Wednesday, 13 Nov 2019
23:47 sunpoet search for other commits by this committer
Update to 0.6.1

- While I'm here, add LICENSE_FILE

Changes:	https://github.com/geopandas/geopandas/releases
PR:		241521
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Original commitRevision:517538 
Tuesday, 15 Oct 2019
16:35 swills search for other commits by this committer
graphics/py-geopandas: Update to 0.6.0

PR:		241171
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Original commitRevision:514550 
Saturday, 27 Jul 2019
11:58 sunpoet search for other commits by this committer
Update to 0.5.1

- While I'm here, cosmetic change

Changes:	https://github.com/geopandas/geopandas/releases
PR:		239456
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Original commitRevision:507446 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 9 May 2019
15:08 swills search for other commits by this committer
graphics/py-geopandas: update to 0.5.0

PR:		237788
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Original commitRevision:501107 
Friday, 22 Mar 2019
22:13 bhughes search for other commits by this committer
graphics/py-geopandas: Update 0.4.0_1 -> 0.4.1

Small bug-fix release for compatibility with the latest Fiona and PySAL
releases:

- Compatibility with Fiona 1.8: fix deprecation warning (#854 and #916).
- Compatibility with PySAL 2.0: switched to mapclassify instead of PySAL as
  dependency for choropleth mapping with the scheme keyword (#872).
- Fix for new overlay implementation in case the intersection is empty (#800).

PR:		236533
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
Sponsored by:	Miles AS
Original commitRevision:496600 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 18 Aug 2018
00:14 sunpoet search for other commits by this committer
Update to 0.4.0

Changes:	https://github.com/geopandas/geopandas/releases
PR:		230706
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Original commitRevision:477466 
Monday, 9 Jul 2018
08:45 mat search for other commits by this committer
s/FLAVOR/PY_FLAVOR/.

Pointy hat:	wen
Sponsored by:	Absolight
Original commitRevision:474243 
Wednesday, 27 Jun 2018
14:02 wen search for other commits by this committer
GeoPandas is a project to add support for geographic data to pandas objects.
It currently implements GeoSeries and GeoDataFrame types which are subclasses
of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act
on shapely geometry objects and perform geometric operations.

GeoPandas geometry operations are cartesian. The coordinate reference system
(crs) can be stored as an attribute on an object, and is automatically set when
loading from a file. Objects may be transformed to new coordinate systems with
the to_crs() method. There is currently no enforcement of like coordinates for
operations, but that may change in the future.

WWW: https://pypi.python.org/pypi/geopandas

PR:		228666
Submitted by:	lbartoletti@tuxfamily.org
Original commitRevision:473441 

Number of commits found: 29