non port: databases/py-geoalchemy2/Makefile |
Number of commits found: 56 |
Friday, 5 Apr 2024
|
00:39 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.7
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
e22cc58 |
Saturday, 9 Mar 2024
|
14:05 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.6
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
8f9243e |
Thursday, 29 Feb 2024
|
07:18 Charlie Li (vishwin)
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
5d4139f |
Wednesday, 21 Feb 2024
|
15:07 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.4
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
1567883 |
Monday, 25 Dec 2023
|
16:10 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.3
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
119287b |
Wednesday, 1 Nov 2023
|
01:57 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.2
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
7c6ad00 |
Wednesday, 16 Aug 2023
|
18:25 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.1
- Update WWW
Changes: https://github.com/geoalchemy/geoalchemy2/releases
https://geoalchemy-2.readthedocs.io/en/stable/changelog.html
0c0abb8 |
Tuesday, 18 Jul 2023
|
00:53 Charlie Li (vishwin)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
9a80a6e |
Sunday, 9 Jul 2023
|
21:34 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.14.0
- Add SHAPELY option
Changes: https://github.com/geoalchemy/geoalchemy2/releases
477dc94 |
Friday, 30 Jun 2023
|
07:03 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
5286a7c |
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 |
Saturday, 27 May 2023
|
23:43 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.13.3
Changes: https://github.com/geoalchemy/geoalchemy2/releases
edb2611 |
Tuesday, 18 Apr 2023
|
21:38 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.13.2
Changes: https://github.com/geoalchemy/geoalchemy2/releases
ccf939d |
Sunday, 5 Feb 2023
|
15:47 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.13.1
Changes: https://github.com/geoalchemy/geoalchemy2/releases
aeeb4cb |
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 |
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 |
Sunday, 4 Sep 2022
|
15:24 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.12.5
Changes: https://github.com/geoalchemy/geoalchemy2/releases
7c634c9 |
03:46 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.12.4
Changes: https://github.com/geoalchemy/geoalchemy2/releases
867ff74 |
Saturday, 30 Jul 2022
|
19:24 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.12.3
Changes: https://github.com/geoalchemy/geoalchemy2/releases
00e501e |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org>
* Aldis Berjoza <graudeejs@gmail.com>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov,com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Novitsky
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Degtyarev <alexey@renatasystems.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrei Antoukh <niwi@niwi.be>
* Andrew McNaughton <andrew@scoop.co.nz>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Simonenko
* Andrey Zakhvatov
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Carlos Venancio Junior (<antonio@php.net>)
* Autrijus Tang <autrijus@autrijus.org>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Brent J. Nordquist <bjn@visi.com>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Larsen <darth@vader.dk>
* Damian Gerow <dgerow@afflictions.org>
* Daniel O'Connor
* Daniel Wijnands <daniel@itxl.nl>
* Dave Green <dg@fastmail.co.uk>
* David Thiel <lx@FreeBSD.org>
* Davíð Steinn Geirsson <david@isnic.is>
* Denis Generalov <gd.workbox@gmail.com>
* Denis Generalov <gd@rambler-co.ru>
* Denis Shaposhnikov <dsh@bamus.cz>
* Dermot Tynan <dtynan@kalopa.com>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell
* Don Owens <don@regexguy.com>
* Dryice Dong Liu <dryice@dryice.name>
* Edwin Groothuis (edwin@mavetju.org)
* Eric Freeman <freebsdports@chillibear.com>
* Espen Tagestad <espen@tagestad.no>
* Espen Volden aka voldern <voldern@hoeggen.net>
* Evan Sarmiento <bsdports@wayfair.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Frank Wall <fw@moov.de>
* Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
* Gary Palmer <gpalmer@FreeBSD.org>
* Gea-Suan Lin <gslin@gslin.org>
* Geraud CONTINSOUZAS <geraud@gcu.info>
* Gerrit Beine <tux@pinguru.net>
* Greg Larkin <glarkin@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Hiroyuki Hanai <hanai@FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hye-Shik Chang
* Hye-Shik Chang <perky@python.or.kr>
* Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Ivan Voras <ivoras@FreeBSD.org>
* J.F. Dockes
* Jaap Boender <jaapb@kerguelen.org>
* Jake Smith <jake@xz.cx>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Jens Rehsack <rehsack@liwing.de>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Ohlstein <jim@ohlste.in>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Marino <marino@FreeBSD.org>
* John Merryweather Cooper
* John Merryweather Cooper et al
* Jon Nistor <nistor@snickers.org>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Jachuf <jjachuf@gmail.com>
* Joshua D. Abraham <jabra@ccs.neu.edu>
* Jov <amutu@amutu.com>
* Jov amutu@amutu.com
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Keith Gaughan <k@sterechro.me>
* Kevin Bowling <kbowling@freebsd.org>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loïc BARTOLETTI
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Lubomir Marinov <lubomir_m@abv.bg>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Petermann <matthias@petermann-it.de>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Winking <mwfp@foldl.net>
* Mikael URANKAR and Loïc BARTOLETTI
* Mike Carlson (carlson39@llnl.gov)
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mirko Zinn <mail@derzinn.de>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Nick Hibma <n_hibma@freebsd.org>
* Nick Hilliard <nick@foobar.org>
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicolas Embriz <nbari@tequila.io>
* Nicolas de Bari Embriz <nbari@dalmp.com>
* Oleg Sharoiko <os@rsu.ru>
* Olexander Melnyk <olexander.v.melnyk@gmail.com>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Palle Girgensohn <girgen@FreeBSD.org>
* Palle Girgensohn <girgen@partitur.se>
* Palle Girgensohn <girgen@pingpong.net>
* Parv <parv@pair.org>
* Pete Fritchman <petef@databits.net>
* Peter Avalos <pavalos@theshell.com>
* Philip M. Gollucci
* Philip M. Gollucci <philip@p6m7g8.com>
* Philip Stoev <philip.stoev@galeracluster.com>
* Pierre-Emmanuel Andre <pea@raveland.org>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Quinton Dolan <q@onthenet.com.au>
* Radim Kolar
* Rainer Hurling <rhurlin@gwdg.de>
* Rick Miller
* Robert Kruus <rob.kruus@gmail.com>
* Rod Taylor <ports@rbt.ca>
* Roland van Laar <roland@micite.net>
* Rong-En Fan <rafan@FreeBSD.org>
* Roy Boerner
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusty Nejdl
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sam Lawrance <boris@brooknet.com.au>
* Scott McWhirter <scott@surreytech.co.uk>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergey A. Osokin <osa@FreeBSD.org.ru>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sevan Janiyan <venture37@geeklan.co.uk>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Stanislav Svirid <count@211.ru>
* Stefan Schmidt <stefan.schmidt@stadtbuch.de>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* T. William Wells <bill@twwells.com>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas (<thierry@pompo.net>)
* Thomas Gellekum <tg@FreeBSD.org>
* Timur I. Bakeyev <bat@cpan.org>
* Tom Judge <tj@FreeBSD.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Toshiya Saitoh (<toshiya@saitoh.nu>)
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vasil Dimov <vd@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* William Grzybowski <wg@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yarema <yds@Necessitu.de>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* ache@FreeBSD.org
* alfred
* alp@sfedu.ru
* andrew@scoop.co.nz
* andrey@kostenko.name
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clive
* clive@FreeBSD.org
* clsung@dragon2.net
* dcf@aracnet.com
* elvstone@gmail.com
* erikhb@bgnett.no
* erwin@FreeBSD.org
* gahr
* ijliao
* ijlioa
* ivoras
* johnpupu <johnpupu@gmail.com>
* kirk@daycos.com
* kuriyama
* lbartoletti <lbartoletti@FreeBSD.org>
* loïc bartoletti <lbartoletti@FreeBSD.org>
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* milki <milki@rescomp.berkeley.edy>
* mm@FreeBSD.org
* nbm
* nectar@FreeBSD.org
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* olevole@olevole.ru
* proler@gmail.com
* sergey@migsoft.com.ua
* sobomax
* spam@rm-rf.kiev.ua
* stas
* tobez
* tremere@cainites.net
* vanilla
* vanilla@
* wen@FreeBSD.org
* wenheping<wenheping@gmail.com>
* wolman@cs.washington.edu
* # Created by Kevin Bowling <kbowling@FreeBSD.org>
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
With hat: portmgr
d076ad9 |
Thursday, 16 Jun 2022
|
13:59 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.12.1
Changes: https://github.com/geoalchemy/geoalchemy2/releases
42a1fce |
Thursday, 9 Jun 2022
|
23:16 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.12.0
Changes: https://github.com/geoalchemy/geoalchemy2/releases
ff3b5db |
Friday, 25 Mar 2022
|
13:36 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.11.1
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
75507bb |
Tuesday, 25 Jan 2022
|
19:50 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.10.2
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
be4dcd0 |
Sunday, 23 Jan 2022
|
18:19 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.10.1
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
09609bc |
Tuesday, 11 Jan 2022
|
18:44 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.10.0
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
d6e6695 |
Tuesday, 21 Sep 2021
|
03:44 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.9.4
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
6bf0600 |
Sunday, 8 Aug 2021
|
14:54 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.9.3
- Add LICENSE_FILE
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
638be31 |
Thursday, 15 Jul 2021
|
20:32 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.9.2
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
b8f16c6 |
Wednesday, 30 Jun 2021
|
20:43 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.9.1
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
ae801e8 |
Monday, 14 Jun 2021
|
17:39 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.9.0
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
a8d07b9 |
Sunday, 16 May 2021
|
15:24 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Change RUN_DEPENDS from py-sqlalchemy12 to
py-sqlalchemy14
- Bump PORTREVISION for dependency change
daa0fc3 |
Sunday, 18 Apr 2021
|
05:43 Po-Chuan Hsieh (sunpoet)
databases/py-geoalchemy2: Update to 0.8.5
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
d484b02 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
|
Friday, 26 Jun 2020
|
08:43 sunpoet
Update to 0.8.4
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Sunday, 17 May 2020
|
18:26 sunpoet
Update to 0.8.0
- Update WWW
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Saturday, 28 Mar 2020
|
12:51 sunpoet
Update to 0.7.0
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Wednesday, 12 Jun 2019
|
20:02 sunpoet
Update to 0.6.3
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Tuesday, 30 Apr 2019
|
19:07 sunpoet
Update to 0.6.2
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Friday, 5 Apr 2019
|
22:43 sunpoet
Update to 0.6.1
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Saturday, 25 Aug 2018
|
16:00 sunpoet
Update to 0.5.0
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Wednesday, 20 Jun 2018
|
17:05 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
|
Wednesday, 24 Jan 2018
|
18:45 sunpoet
Change from py-sqlalchemy11 to py-sqlalchemy12
- Bump PORTREVISION for dependency change
|
Thursday, 11 Jan 2018
|
18:35 sunpoet
Update to 0.4.2
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Monday, 18 Dec 2017
|
17:16 sunpoet
Update to 0.4.1
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Thursday, 24 Nov 2016
|
15:34 sunpoet
- Update to 0.4.0
- Update RUN_DEPENDS: use newer py-sqlalchemy
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Monday, 23 May 2016
|
03:50 sunpoet
- Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
|
Sunday, 22 May 2016
|
10:52 matthew
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
- Use options-helpers and option dependent make targets.
- Use autoplist for documents as well as python code
- Add all the docments to the packages: previously an arbitrary
subset was added in a way that excluded CSS, images and other HTML
assets.
- Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
option.
- Use py-pytest for 0.9.x and later, rather than py-nose.
- Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.
PR: 191442
Submitted by: robak
Reviewed by: robak
Reviewed by: pi
Approved by: nivit (maintainer timeout, ~300days) [1]
Approved by: m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by: https://reviews.freebsd.org/D908
|
Friday, 8 Apr 2016
|
16:28 sunpoet
- Update to 0.3.0
Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 2 Sep 2015
|
17:03 sunpoet
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
|
Friday, 15 Aug 2014
|
03:43 sunpoet
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
|
03:00 sunpoet
- Use USES=python
|
Friday, 25 Jul 2014
|
07:43 sunpoet
- Add py-geoalchemy2 0.2.4
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are
supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy.
Simpler to use, and simpler to maintain.
Git repository: https://github.com/geoalchemy/geoalchemy2
WWW: https://pypi.python.org/pypi/GeoAlchemy2
|
Number of commits found: 56 |