non port: graphics/py-geopandas/Makefile |
Number of commits found: 33 |
Thursday, 10 Apr 2025
|
05:45 Loïc Bartoletti (lbartoletti)
graphics/py-fiona: bump ports after name changing
9bc3e1f |
Monday, 7 Apr 2025
|
16:17 Loïc Bartoletti (lbartoletti)
graphics/py-fiona: Convert port to py-fiona instead of Fiona
0904741 |
Saturday, 8 Mar 2025
|
04:05 Charlie Li (vishwin)
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
06a08e6 |
Wednesday, 28 Aug 2024
|
06:54 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.14.4
1708999 |
Saturday, 25 Nov 2023
|
11:08 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.14.1
0bbba25 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Sunday, 7 May 2023
|
16:11 Po-Chuan Hsieh (sunpoet)
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
0cf3172 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Wednesday, 22 Feb 2023
|
12:55 Loïc Bartoletti (lbartoletti)
graphics/py-geopands: Update to 0.12.2
c08ac82 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Thursday, 29 Sep 2022
|
17:47 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.11.1
1f5df47 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 6 Jul 2022
|
05:25 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.11.0
9ea0291 |
Wednesday, 22 Dec 2021
|
20:52 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.10.2
Changes:
-
https://geopandas.org/en/stable/docs/changelog.html#version-0-10-2-october-16-2021
c470014 |
Friday, 4 Jun 2021
|
05:52 Loïc Bartoletti (lbartoletti)
graphics/py-geopandas: Update to 0.9.0
Changes:
- https://geopandas.org/docs/changelog.html#version-0-9-0-february-28-2021
0904c9c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 30 Jan 2021
|
13:29 sunpoet
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
 |
Sunday, 8 Nov 2020
|
17:49 sunpoet
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)
 |
Wednesday, 2 Sep 2020
|
15:20 lbartoletti
graphics/py-geopandas: Update to 0.8.1
 |
Saturday, 27 Jun 2020
|
04:48 lbartoletti
graphics/py-geopandas: Update to 0.7.0
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D25472
 |
Tuesday, 11 Feb 2020
|
05:42 lbartoletti
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
 |
Tuesday, 14 Jan 2020
|
21:45 lbartoletti
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
 |
Wednesday, 13 Nov 2019
|
23:47 sunpoet
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)
 |
Tuesday, 15 Oct 2019
|
16:35 swills
graphics/py-geopandas: Update to 0.6.0
PR: 241171
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
 |
Saturday, 27 Jul 2019
|
11:58 sunpoet
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)
 |
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
Thursday, 9 May 2019
|
15:08 swills
graphics/py-geopandas: update to 0.5.0
PR: 237788
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
 |
Friday, 22 Mar 2019
|
22:13 bhughes
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
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
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
 |
Saturday, 18 Aug 2018
|
00:14 sunpoet
Update to 0.4.0
Changes: https://github.com/geopandas/geopandas/releases
PR: 230706
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
 |
Monday, 9 Jul 2018
|
08:45 mat
s/FLAVOR/PY_FLAVOR/.
Pointy hat: wen
Sponsored by: Absolight
 |
Wednesday, 27 Jun 2018
|
14:02 wen
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
 |
Number of commits found: 33 |