non port: biology/py-resdk/Makefile |
SVNWeb
|
Number of commits found: 23 |
Mon, 28 Aug 2023
|
[ 06:31 Yuri Victorovich (yuri) ] f97472f
biology/py-resdk: update 19.0.0 → 19.0.1
Reported by: portscout
|
Fri, 25 Aug 2023
|
[ 03:24 Yuri Victorovich (yuri) ] 61ea32a
biology/py-resdk: update 18.0.0 → 19.0.0
Reported by: portscout
|
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
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
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Mon, 26 Jun 2023
|
[ 22:51 Yuri Victorovich (yuri) ] a3855d8
biology/py-resdk: Update 17.0.0 → 18.0.0
Reported by: portscout
|
Thu, 27 Apr 2023
|
[ 08:36 Yuri Victorovich (yuri) ] 66fef84
biology/py-resdk: Update 16.0.0 → 17.0.0
Reported by: portscout
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Tue, 4 Apr 2023
|
[ 18:29 Antoine Brodin (antoine) ] 1730e97 (Only the first 10 of 222 ports in this commit are shown above. )
USE_PYTHON=pep517: bump PORTREVISION
|
Sun, 5 Feb 2023
|
[ 19:05 Charlie Li (vishwin) ] f5890bd (Only the first 10 of 23 ports in this commit are shown above. )
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, (Only the first 15 lines of the commit message are shown above )
|
[ 18:16 Po-Chuan Hsieh (sunpoet) ] de69652 (Only the first 10 of 23 ports in this commit are shown above. )
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]
|
Sat, 28 Jan 2023
|
[ 06:56 Yuri Victorovich (yuri) ] 29ec6d2
biology/py-resdk: Update 15.0.0 → 16.0.0
Reported by: portscout
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 7 Jun 2022
|
[ 00:38 Yuri Victorovich (yuri) ] 9785062
biology/py-resdk: Update 14.1.0 -> 15.0.0
Reported by: portscout
|
Wed, 27 Apr 2022
|
[ 17:38 Yuri Victorovich (yuri) ] fedffc2
biology/py-resdk: Update 14.0.0 -> 14.1.0
Reported by: portscout
|
Wed, 19 Jan 2022
|
[ 18:10 Yuri Victorovich (yuri) ] 738dbb9
biology/py-resdk: Update 13.8.0 -> 14.0.0
Reported by: portscout
|
Thu, 30 Dec 2021
|
[ 05:15 Yuri Victorovich (yuri) ] d459207
biology/py-resdk: Update 13.7.0 -> 13.8.0
Reported by: portscout
|
Thu, 18 Nov 2021
|
[ 06:33 Yuri Victorovich (yuri) ] bcfb238
biology/py-resdk: Update 13.6.0 -> 13.7.0
Reported by: portscout
|
Fri, 22 Oct 2021
|
[ 08:57 Yuri Victorovich (yuri) Author: takefu ] a90a3d3
biology/py-resdk: Update 13.4.0 -> 13.6.0
PR: 259351
|
Tue, 17 Aug 2021
|
[ 17:29 Yuri Victorovich (yuri) Author: wen heping ] 21c779f
biology/py-resdk: Update 13.3.0 -> 13.4.0
|
Mon, 24 May 2021
|
[ 07:26 Yuri Victorovich (yuri) ] 1916944
biology/py-resdk: Update 13.2.0 -> 13.3.0
Reported by: portscout
|
Wed, 5 May 2021
|
[ 19:56 Yuri Victorovich (yuri) ] 4e9b219
biology/py-resdk: Update 13.1.0 -> 13.2.0
Reported by: portscout
|
Tue, 20 Apr 2021
|
[ 04:22 Yuri Victorovich (yuri) ] b9f16ea
New port: biology/py-resdk: Resolwe SDK to interact with Resolwe server and
Resolwe Bioinformatics
|
Number of commits found: 23 |