non port: databases/py-ormar/Makefile |
Number of commits found: 17 |
Wednesday, 4 Oct 2023
|
20:01 Robert Clausecker (fuz) Author: Goran Mekić
databases/py-ormar: Update to 0.12.2
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.2
PR: 273016
8552997 |
Friday, 29 Sep 2023
|
14:19 Po-Chuan Hsieh (sunpoet)
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine
3754fc5 |
Saturday, 22 Jul 2023
|
07:46 Tobias C. Berner (tcberner)
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
b28a739 |
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 |
Monday, 13 Feb 2023
|
17:20 Neel Chauhan (nc) Author: Goran Mekić
databases/py-ormar: Update to 0.12.1
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.1
PR: 269507
a9238b9 |
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 |
Monday, 7 Nov 2022
|
18:02 Guangyuan Yang (ygy) Author: Goran Mekić
databases/py-ormar: Update to 0.12.0
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.0
PR: 267602
f38bd16 |
Wednesday, 21 Sep 2022
|
16:59 Nuno Teixeira (eduardo) Author: Goran Mekić
databases/py-ormar: Bump pydantic version in RUN_DEPENDS
- Fix fallout by bumping pydantic version in RUN_DEPENDS
- Bump PORTREVISION
PR: 266533
533b717 |
Monday, 12 Sep 2022
|
16:36 Neel Chauhan (nc) Author: Goran Mekić
databases/py-ormar: Update to 0.11.3
Changelog: https://github.com/collerek/ormar/releases/tag/0.11.3
PR: 266376
981d307 |
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 |
Tuesday, 5 Jul 2022
|
09:04 Nuno Teixeira (eduardo) Author: Goran Mekić
databases/py-ormar: Update to 0.11.2
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.2
PR: 265013
3b314cf |
Sunday, 12 Jun 2022
|
00:44 Nuno Teixeira (eduardo) Author: Goran Mekić
databases/py-ormar: Update to 0.11.1
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.1
PR: 264608
07dda17 |
Tuesday, 7 Jun 2022
|
23:04 Nuno Teixeira (eduardo) Author: Goran Mekić
databases/py-ormar: Adjust dependencie
- adjust dependencie to latest databases/py-databases version
PR: 264516
48949ed |
Tuesday, 26 Apr 2022
|
18:31 Neel Chauhan (nc) Author: Goran Mekić
databases/py-ormar: Update to 0.11.0
Changes: https://github.com/collerek/ormar/releases/tag/0.11.0
PR: 263554
1de0883 |
Saturday, 5 Mar 2022
|
04:58 Guangyuan Yang (ygy) Author: Goran Mekić
databases/py-ormar: Update to 0.10.25
Changelog: https://github.com/collerek/ormar/releases/tag/0.10.25
PR: 262313
34580a9 |
Saturday, 29 Jan 2022
|
06:31 Hiroki Tagato (tagattie) Author: Goran Mekić
databases/py-ormar: update to 0.10.24
While here, loosen version ranges of some dependencies to avoid build
error.
PR: 261190
Reported by: Goran Mekić <meka@tilda.center> (maintainer)
Reviewed by: koobs
919fa2a |
Saturday, 1 Jan 2022
|
05:08 Hiroki Tagato (tagattie) Author: Goran Mekić
databases/py-ormar: add port: Simple async ORM with fastapi in mind and pydantic
validation
The ormar package is an async mini ORM for Python, with support for Postgres,
MySQL, and SQLite.
The main benefit of using ormar are:
* getting an async ORM that can be used with async frameworks (fastapi,
starlette etc.)
* getting just one model to maintain - you don't have to maintain pydantic and
other orm model (sqlalchemy, peewee, gino etc.)
The goal was to create a simple ORM that can be used directly (as request and
response models) with fastapi that bases it's data validation on pydantic.
WWW: https://github.com/collerek/ormar
PR: 257370
Reported by: Goran Mekić <meka@tilda.center> (new maintainer)
Reviewed by: koobs
583287b |
Number of commits found: 17 |