non port: biology/py-resdk/Makefile |
Number of commits found: 24 |
Monday, 30 Oct 2023
|
02:31 Yuri Victorovich (yuri)
biology/py-resdk: update 19.0.1 → 20.0.0
Reported by: portscout
191490a |
Monday, 28 Aug 2023
|
06:31 Yuri Victorovich (yuri)
biology/py-resdk: update 19.0.0 → 19.0.1
Reported by: portscout
f97472f |
Friday, 25 Aug 2023
|
03:24 Yuri Victorovich (yuri)
biology/py-resdk: update 18.0.0 → 19.0.0
Reported by: portscout
61ea32a |
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 |
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, 26 Jun 2023
|
22:51 Yuri Victorovich (yuri)
biology/py-resdk: Update 17.0.0 → 18.0.0
Reported by: portscout
a3855d8 |
Thursday, 27 Apr 2023
|
08:36 Yuri Victorovich (yuri)
biology/py-resdk: Update 16.0.0 → 17.0.0
Reported by: portscout
66fef84 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Tuesday, 4 Apr 2023
|
18:29 Antoine Brodin (antoine)
USE_PYTHON=pep517: bump PORTREVISION
1730e97 |
Sunday, 5 Feb 2023
|
19:05 Charlie Li (vishwin)
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added,
removed, or changed between versions of Python," thus "should not
be considered to work across Python VMs or Python releases." [2]
This is important to ensuring correctness for those ports specifying
NO_ARCH.
Instead of compiling and installing bytecode at stage/package time,
there is a WIP, review D34739, that compiles and installs bytecode
at install time instead, using triggers.
The aforementioned build_fs_violations will be investigated.
This reverts commit de6965254c3a007efcf697c3d455b54d2aeb2383.
With hat: python
Approved by: tcberner (mentor, portmgr)
Reference: https://wiki.freebsd.org/Python/PEP-517 [0]
https://packaging.python.org/en/latest/specifications/binary-distribution-format/
[1]
https://docs.python.org/3/library/dis.html [2]
f5890bd |
18:16 Po-Chuan Hsieh (sunpoet)
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2]
de69652 |
Saturday, 28 Jan 2023
|
06:56 Yuri Victorovich (yuri)
biology/py-resdk: Update 15.0.0 → 16.0.0
Reported by: portscout
29ec6d2 |
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 |
Tuesday, 7 Jun 2022
|
00:38 Yuri Victorovich (yuri)
biology/py-resdk: Update 14.1.0 -> 15.0.0
Reported by: portscout
9785062 |
Wednesday, 27 Apr 2022
|
17:38 Yuri Victorovich (yuri)
biology/py-resdk: Update 14.0.0 -> 14.1.0
Reported by: portscout
fedffc2 |
Wednesday, 19 Jan 2022
|
18:10 Yuri Victorovich (yuri)
biology/py-resdk: Update 13.8.0 -> 14.0.0
Reported by: portscout
738dbb9 |
Thursday, 30 Dec 2021
|
05:15 Yuri Victorovich (yuri)
biology/py-resdk: Update 13.7.0 -> 13.8.0
Reported by: portscout
d459207 |
Thursday, 18 Nov 2021
|
06:33 Yuri Victorovich (yuri)
biology/py-resdk: Update 13.6.0 -> 13.7.0
Reported by: portscout
bcfb238 |
Friday, 22 Oct 2021
|
08:57 Yuri Victorovich (yuri) Author: takefu
biology/py-resdk: Update 13.4.0 -> 13.6.0
PR: 259351
a90a3d3 |
Tuesday, 17 Aug 2021
|
17:29 Yuri Victorovich (yuri) Author: wen heping
biology/py-resdk: Update 13.3.0 -> 13.4.0
21c779f |
Monday, 24 May 2021
|
07:26 Yuri Victorovich (yuri)
biology/py-resdk: Update 13.2.0 -> 13.3.0
Reported by: portscout
1916944 |
Wednesday, 5 May 2021
|
19:56 Yuri Victorovich (yuri)
biology/py-resdk: Update 13.1.0 -> 13.2.0
Reported by: portscout
4e9b219 |
Tuesday, 20 Apr 2021
|
04:22 Yuri Victorovich (yuri)
New port: biology/py-resdk: Resolwe SDK to interact with Resolwe server and
Resolwe Bioinformatics
b9f16ea |
Number of commits found: 24 |