notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
non port: biology/py-pywgsim/Makefile

Number of commits found: 9

Saturday, 8 Mar 2025
04:05 Charlie Li (vishwin) search for other commits by this committer
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.
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 06a08e6
Friday, 21 Feb 2025
13:04 Jason W. Bacon (jwb) search for other commits by this committer
Multiple biology ports: Replace pypi homepage with github

portscout apparently can't work with PYPI homepages
commit hash: d758b1caa19eb6a43d8efe332d5ea0da8e9dbd96 commit hash: d758b1caa19eb6a43d8efe332d5ea0da8e9dbd96 commit hash: d758b1caa19eb6a43d8efe332d5ea0da8e9dbd96 commit hash: d758b1caa19eb6a43d8efe332d5ea0da8e9dbd96 d758b1c
Friday, 7 Jun 2024
08:11 Ruslan Makhmatkhanov (rm) search for other commits by this committer
biology/py-pywgsim: fix build

cython dependency not available at post-patch stage. Use post-configure instead

Approved by:	portmgr (blanket approval)
commit hash: de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb commit hash: de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb commit hash: de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb commit hash: de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb de4b547
Tuesday, 4 Jun 2024
11:55 Ruslan Makhmatkhanov (rm) search for other commits by this committer
biology/py-pywgsim: unbreak with python3.11

make it recreate the source with newer cython

PR:		275494
Approved by:	portmgr (blanket approval)
commit hash: 91e7916b1c0954e949a0482cfda80ad5ff57767b commit hash: 91e7916b1c0954e949a0482cfda80ad5ff57767b commit hash: 91e7916b1c0954e949a0482cfda80ad5ff57767b commit hash: 91e7916b1c0954e949a0482cfda80ad5ff57767b 91e7916
Monday, 3 Jun 2024
12:18 Antoine Brodin (antoine) search for other commits by this committer
biology/py-pywgsim: unbreak bulk -a
commit hash: f1e51f12a7764df202789983ccb49abb47dbfde8 commit hash: f1e51f12a7764df202789983ccb49abb47dbfde8 commit hash: f1e51f12a7764df202789983ccb49abb47dbfde8 commit hash: f1e51f12a7764df202789983ccb49abb47dbfde8 f1e51f1
11:41 Jason W. Bacon (jwb) search for other commits by this committer
biology/py-pywgsim: Limit to python 3.10

Nontrivial changes needed for python 3.11
Abandoned upstream

Reported by:    pkg-fallout
commit hash: 155267db532b5a457166b625b9e7f0a0bf0280a3 commit hash: 155267db532b5a457166b625b9e7f0a0bf0280a3 commit hash: 155267db532b5a457166b625b9e7f0a0bf0280a3 commit hash: 155267db532b5a457166b625b9e7f0a0bf0280a3 155267d
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Sep 2021
12:55 Jason W. Bacon (jwb) search for other commits by this committer
biology/py-pywgsim: Modified wgsim genomic data simulator

pywgsim is a modified version of the wgsim short read simulator.  The
code for wgsim has been modified to allow visualizing the simulated
mutations as a GFF file.
commit hash: c085af1e81472458f64d957aab5e9a9e0580d8ca commit hash: c085af1e81472458f64d957aab5e9a9e0580d8ca commit hash: c085af1e81472458f64d957aab5e9a9e0580d8ca commit hash: c085af1e81472458f64d957aab5e9a9e0580d8ca c085af1

Number of commits found: 9