| non port: devel/Makefile |
Number of commits found: 12231 (showing only 100 on this page) |
|
Saturday, 6 Apr 2024
|
13:46 Rene Ladan (rene)
devel/dmucs: Remove expired port
2024-04-06 devel/dmucs: Unmaintained, upstream last release was in 2006
1fc0867 |
01:04 Yuri Victorovich (yuri)
devel/py-hammett: New port: Fast python test runner
d0860d3 |
|
Friday, 5 Apr 2024
|
23:56 Po-Chuan Hsieh (sunpoet)
devel/py-ufmt: Add py-ufmt 2.5.1
ufmt is a safe, atomic code formatter for Python built on top of black and
usort:
- Black makes code review faster by producing the smallest diffs possible.
Blackened code looks the same regardless of the project you're reading.
- usort is a safe, minimal import sorter. Its primary goal is to make no
"dangerous" changes to code, and to make no changes on code style.
ufmt formats files in-memory, first with usort and then with black, before
writing any changes back to disk. This enables a combined, atomic step in CI/CD
workflows for checking or formatting files, without any chance of conflict or
intermediate changes between the import sorter and the code formatter.
006a083 |
23:56 Po-Chuan Hsieh (sunpoet)
devel/py-usort: Add py-usort 1.0.8.post1
usort is a safe, minimal import sorter. Its primary goal is to make no
"dangerous" changes to code. This is achieved by detecting distinct "blocks" of
imports that are the most likely to be safely interchangeable, and only
reordering imports within these blocks without altering formatting. Code style
is left as an exercise for linters and formatters.
9d9c939 |
23:56 Po-Chuan Hsieh (sunpoet)
devel/py-trailrunner: Add py-trailrunner 1.4.0
trailrunner is a simple library for walking paths on the filesystem, and
executing functions for each file found. trailrunner obeys project level
.gitignore files, and runs functions on a process pool for increased
performance. trailrunner is designed for use by linting, formatting, and other
developer tools that need to find and operate on all files in project in a
predictable fashion with a minimal API.
8c6ce7c |
23:56 Po-Chuan Hsieh (sunpoet)
devel/py-stdlibs: Add py-stdlibs 2024.1.28
stdlibs provides a static listing of all known modules in the Python standard
library, with separate lists available for each major release dating back to
Python 2.3. It also includes combined lists of all module names that were ever
available in any 3.x release, any 2.x release, or both.
Note: On Python versions 3.10 or newer, a list of module names for the active
runtime is available sys.stdlib_module_names. This package exists to provide an
historical record for use with static analysis and other tooling.
This package only includes listings for CPython releases. If other runtimes
would be useful, open an issue and start a discussion on how best that can be
accomodated.
431bfb2 |
23:56 Po-Chuan Hsieh (sunpoet)
devel/py-moreorless: Add py-moreorless 0.4.0
moreorless is a thin wrapper around difflib.unified_diff that Does The Right
Thing for "No newline at eof".
20f42b8 |
09:34 Nicola Vitale (nivit)
devel/py-gptscript: Add new port
The GPTScript Python module is a library that provides a simple interface to
create and run gptscripts within Python applications, and Jupyter notebooks. It
allows you to define tools, execute them, and process the responses.
https://github.com/gptscript-ai/py-gptscript
43d3dde |
09:15 Yuri Victorovich (yuri)
devel/ffs: New port: Middleware library for data communication, representation,
marshaling
d0f74e6 |
02:15 Yuri Victorovich (yuri)
devel/dill: New port: Code generation for generating executable code directly
into memory
feb029a |
00:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-deadline: Add rubygem-aws-sdk-deadline 1.0.0
Official AWS Ruby gem for AWS Deadline Cloud.
0adcc8b |
00:37 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-remotedata: Add py-pytest-remotedata 0.4.1
pytest-remotedata provides a plugin for the pytest framework that allows
developers to control unit tests that require access to data from the internet.
It was originally part of the astropy core package, but has been moved to a
separate package in order to be of more general use.
6151ae9 |
00:36 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-doctestplus: Add py-pytest-doctestplus 1.2.1
pytest-doctestplus contains a plugin for the pytest framework that provides
advanced doctest support and enables the testing of various text files, such as
reStructuredText (".rst"), markdown (".md"), and TeX (".tex").
06c9e29 |
00:36 Po-Chuan Hsieh (sunpoet)
devel/py-msgspec: Add py-msgspec 0.18.6
msgspec is a fast serialization and validation library, with builtin support for
JSON, MessagePack, YAML, and TOML. It features:
- High performance encoders/decoders for common protocols. The JSON and
MessagePack implementations regularly benchmark as the fastest options for
Python.
- Support for a wide variety of Python types. Additional types may be supported
through extensions.
- Zero-cost schema validation using familiar Python type annotations. In
benchmarks msgspec decodes and validates JSON faster than orjson can decode it
alone.
- A speedy Struct type for representing structured data. If you already use
dataclasses or attrs, structs should feel familiar. However, they're 5-60x
faster for common operations.
All of this is included in a lightweight library with no required dependencies.
e6ffc04 |
00:36 Po-Chuan Hsieh (sunpoet)
devel/py-jaraco.packaging: Add py-jaraco.packaging 9.5.0
jaraco.packaging provides tools for packaging.
ab8fadf |
00:36 Po-Chuan Hsieh (sunpoet)
devel/py-domdf-python-tools: Add py-domdf-python-tools 3.8.0.post2
domdf_python_tools provides helpful functions for Python.
5e404bd |
|
Thursday, 4 Apr 2024
|
19:02 Yuri Victorovich (yuri)
devel/atl: New port: Library for the creation and manipulation of lists of
name/value pairs
e94d483 |
18:40 Gleb Popov (arrowd)
devel/p5-Gearman-XS: Remove the port
Approved by: portmgr (blanket)
Fixes: 6a678aa59c78c19db50862036938dbc809f27085
7924f66 |
17:03 Gleb Popov (arrowd)
devel/gearmand: Remove expired port
6a678aa |
|
Monday, 1 Apr 2024
|
11:50 Rene Ladan (rene)
devel/liblas: Remove expired port
2024-02-10 devel/liblas: Upstream no longer continuing
f5c4612 |
11:48 Rene Ladan (rene)
devel/libght: Remove expired port
2024-03-31 devel/libght: Depends on expired devel/liblas
ed401bd |
11:44 Rene Ladan (rene)
devel/py-mox3: Remove expired port
2024-03-31 devel/py-mox3: Upstream no longer active and repository has been
archived. See also:
https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html
3333121 |
11:43 Rene Ladan (rene)
devel/cil: Remove expired port
2024-03-31 devel/cil: Unmaintained upstream due to lack of time
242ed96 |
11:35 Rene Ladan (rene)
devel/upslug: Remove expired port
2024-03-31 devel/upslug: Utility for a NAS released in 2004 and discontinued in
2008
14486e4 |
11:28 Rene Ladan (rene)
devel/codeworker: Remove expired port
2024-03-31 devel/codeworker: Abandonware, outdated version in ports and last
release upstream in 2010
a52fdbb |
11:11 Rene Ladan (rene)
devel/electron26: Remove expired port
2024-03-31 devel/electron26: EOLed upstream, switch to newer version
b381bcd |
10:46 Rene Ladan (rene)
devel/busybee: Remove expired port
2024-03-31 devel/busybee: Abandoned upstream, last release 2015 and last commit
2017
000be78 |
10:41 Rene Ladan (rene)
devel/lion: Remove expired port
2024-03-31 devel/lion: Upstream site is removed and library is no longer
available
8b23bbd |
10:40 Rene Ladan (rene)
devel/premake: Remove expired port
2024-03-31 devel/premake: Legacy unsupported version, consider devel/premake4 or
devel/premake5
11c511d |
10:27 Rene Ladan (rene)
devel/llvm10: Remove expired port
2024-03-31 devel/llvm10: No longer supported by upstream
6d0c155 |
|
Sunday, 31 Mar 2024
|
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-request_store14: Remove obsoleted port
Use devel/rubygem-request_store instead.
1f7c6d4 |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq6: Remove obsoleted port
Use devel/rubygem-sidekiq instead.
d8ec7a9 |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq-cron18: Remove obsoleted port
Use devel/rubygem-sidekiq-cron instead.
33463d9 |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-grape17: Remove obsoleted port
Use devel/rubygem-grape instead.
b7e4697 |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-grape-swagger16: Remove obsoleted port
Use devel/rubygem-grape-swagger instead.
1e72d9b |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-tag-expressions5: Remove obsoleted port
Use devel/rubygem-cucumber-tag-expressions instead.
76594b9 |
20:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-core12: Remove obsoleted port
Use devel/rubygem-cucumber-core instead.
a3d319d |
20:48 Po-Chuan Hsieh (sunpoet)
devel/py-ypy-websocket: Remove obsoleted port
Use devel/py-pycrdt-websocket instead.
76c4e81 |
20:48 Po-Chuan Hsieh (sunpoet)
devel/py-y-py: Remove obsoleted port
Use devel/py-pycrdt instead.
ad6942e |
20:48 Po-Chuan Hsieh (sunpoet)
devel/py-pybind11210: Remove obsoleted port
Use devel/py-pybind11 instead.
03909f6 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rubocop-rspec_rails: Add rubygem-rubocop-rspec_rails 2.28.2
RSpec Rails-specific analysis for your projects, as an extension to RuboCop.
d786e6a |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-cloudresourcemanager_v1035: Add
rubygem-google-apis-cloudresourcemanager_v1035 0.35.0
This is a simple client library for version V1 of the Cloud Resource Manager
API. It provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
92886a7 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-iam_v1050: Add rubygem-google-apis-iam_v1050 0.50.0
This is a simple client library for version V1 of the Identity and Access
Management (IAM) API. It provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
8431b23 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-cloudkms_v1: Add rubygem-google-apis-cloudkms_v1
0.45.0
This is a simple client library for version V1 of the Cloud Key Management
Service (KMS) API. It provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
c2a07d8 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-admin_directory_v1: Add
rubygem-google-apis-admin_directory_v1 0.53.0
This is a simple client library for version V1 of the Admin SDK API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
ca5f4a2 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/py-pbs-installer: Add py-pbs-installer 2024.3.27
pbs-installer is an installer for indygreg's python-build-standalone [1]. The
list of python versions are kept sync with the upstream automatically
[1] https://github.com/indygreg/python-build-standalone
40f427e |
18:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-codeconnections: Add rubygem-aws-sdk-codeconnections 1.0.0
Official AWS Ruby gem for AWS CodeConnections.
2151ed9 |
18:43 Po-Chuan Hsieh (sunpoet)
devel/py-hishel: Add py-hishel 0.0.25
Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core
libraries in accordance with RFC 9111, the most recent caching specification.
Features:
- Persistence: Responses are cached in the persistent memory for later use.
- Compatibility: It is completely compatible with your existing transports or
connection pools, whether they are default, custom, or provided by third-party
libraries.
- Easy to use: You continue to use httpx while also enabling web cache.
- Smart: Attempts to clearly implement RFC 9111, understands Vary, Etag,
Last-Modified, Cache-Control, and Expires headers, and handles response
re-validation automatically.
- Configurable: You have complete control over how the responses are stored and
serialized.
- From the package:
- Built-in support for File system, Redis, SQLite, and AWS S3 backends.
- Built-in support for JSON, YAML, and pickle serializers.
- Very fast: Your requests will be even faster if there are no IO operations.
31e3383 |
14:34 Kai Knoblich (kai)
devel/py-strawberry-graphql: New port
Strawberry is a developer friendly GraphQL library for Python, designed
for modern development.
* Type hints: Leverages Python type hints to provide a great developer
experience while creating GraphQL Libraries.
* Async Support: Supports async/await out of the box, allowing you to
write your resolvers in a non-blocking way.
* Extensible: Has support for schema and field extensions, allowing you
to extend the schema with custom logic.
* Generics: Supports generics, allowing you to create reusable types
that can be used in multiple places.
* Federation: Supports Federation, allowing you to create a federated
GraphQL schema.
* Dataloaders: Comes with support for dataloaders, allowing you to batch
multiple queries into a single one.
* Integrations: Has support for multiple integrations, allowing you to
use it with your favorite web framework.
https://github.com/strawberry-graphql/strawberry
30b5dea |
03:05 Po-Chuan Hsieh (sunpoet)
devel/py-undefined: Add py-undefined 0.0.8
Ever needed a global object that act as None but not quite? Like for example
keyword argument for function, where None make sense, so you need a default
value.
One solution is to create as singleton object:
mysingleton = object()
Though it becomes difficult to track the singleton across libraries, and teach
users where to import this from. It's also relatively annoying use this
singleton across library.
Introducing undefined:
>>> import undefined
>>> from undefined import Undefined
>>> undefined is Undefined
True
6c7bd70 |
03:05 Po-Chuan Hsieh (sunpoet)
devel/rubygem-semver_dialects1: Add rubygem-semver_dialects1 1.6.2 (copied from
rubygem-semver_dialects)
- Add PORTSCOUT
d5f63ab |
03:05 Po-Chuan Hsieh (sunpoet)
devel/py-pyfakefs: Add py-pyfakefs 5.3.5
pyfakefs implements a fake file system that mocks the Python file system
modules. Using pyfakefs, your tests operate on a fake file system in memory
without touching the real disk. The software under test requires no modification
to work with pyfakefs.
Pyfakefs creates a new empty in-memory file system at each test start, which
replaces the real filesystem during the test. Think of pyfakefs as making a
per-test temporary directory, except for an entire file system.
There are several means to achieve this: by using the fs fixture if running
pytest, by using fake_filesystem_unittest.TestCase as a base class if using
unittest, by using a fake_filesystem_unittest.Patcher instance as a context
manager, or by using the patchfs decorator.
9815657 |
|
Saturday, 30 Mar 2024
|
09:08 Mathieu Arnold (mat)
devel/gmake43: remove the port for the time being
It was not thought over, it conflicts with devel/gmake, is not hooked to
the framework...
With Hat: portmgr
0658031 |
|
Friday, 29 Mar 2024
|
19:36 Yuri Victorovich (yuri)
devel/gmake43: GNU version of 'make' utility (version 4.3 before slowdown
occurred in 4.4.1)
7f4c2cb |
09:32 Baptiste Daroussin (bapt)
devel/venom: new port
Venom allows you to handle integration tests the same way you code your
application. With Venom, testcases will be managed as code: the readability of
the tests means that the tests are part of the code reviews. Thanks to that,
write and execute testsuites become easier for developers and teams.
Concretely, you have to write testsuite in a YAML file. Venom run executors
(scripts, HTTP Request, web, IMAP, etc.) and apply assertions. It can also
generate xUnit result files
5c0cf55 |
|
Thursday, 28 Mar 2024
|
14:06 Dmitry Marakasov (amdmi3)
devel/omnilinter: new port: General purpose bulk linter
Define path pattern and regular expression rules and match against
all your repositories/projects/codebases at once. Use that to push
and uphold good practices, chase deprecations, and fix common
problems all over your code.
b7f703e |
00:47 Jan Beich (jbeich)
devel/libscfg: add new port
C library for a simple configuration file format
https://sr.ht/~emersion/libscfg/
093a6e6 |
|
Wednesday, 27 Mar 2024
|
18:57 Charlie Li (vishwin)
devel/wasi-{compiler-rt,libcxx}18: add
b06627c |
|
Sunday, 24 Mar 2024
|
12:13 Michael Gmelin (grembo)
devel/php-Psr_Log: Hook up to build
I removed it by mistake.
0bcede5 |
10:23 Michael Gmelin (grembo)
devel/phorgeit-phorge: New port
2ab538a |
10:22 Michael Gmelin (grembo)
devel/phorgeit-arcanist: New port
1ef1869 |
10:22 Michael Gmelin (grembo)
devel/phorgeit-arcanist-lib: New port
d79ba67 |
00:15 Ashish SHUKLA (ashish)
devel/emacs-lsp-booster: New Port: Emacs LSP performance booster
Emacs LSP performance booster improves the performance of
lsp-mode or eglot using a wrapper executable.
WWW: https://github.com/blahgeek/emacs-lsp-booster
3a5e140 |
|
Saturday, 23 Mar 2024
|
14:30 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-timestreaminfluxdb: Add rubygem-aws-sdk-timestreaminfluxdb
1.0.0
Official AWS Ruby gem for Timestream InfluxDB.
6ecb770 |
14:30 Po-Chuan Hsieh (sunpoet)
devel/py-dask-expr: Add py-dask-expr 1.0.2
Dask DataFrames with query optimization.
This is a rewrite of Dask DataFrame that includes query optimization and
generally improved organization.
529fcf0 |
14:30 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-languages: Add py-tree-sitter-languages 1.10.2
py-tree-sitter-languages provides binary Python wheels for all tree sitter
languages. The binary wheels remove the need to download and compile support for
individual languages.
d3d94c5 |
|
Wednesday, 20 Mar 2024
|
10:22 Muhammad Moinur Rahman (bofh)
devel/grpc142: Remove expired port
devel/grpc142
68ef6d5 |
|
Monday, 18 Mar 2024
|
20:00 Xin LI (delphij)
devel/rubygem-with_advisory_lock: rename to rubygem-with_advisory_lock61 to
follow naming convention.
Requested by: mikael
167c4e1 |
10:35 Nuno Teixeira (eduardo) Author: Hubert Tournier
devel/py-pnu-libpnu: New port: Common utility functions for the PNU project
- Submitter becomes maintainer
pnu-libpnu is a Python library containing common functions for all the
PNU project utilities. It has no known usage and usefulness beyond
this project.
(Dependency of upcomming Port Tree Linter port)
PR: 277724
22f91cd |
|
Thursday, 14 Mar 2024
|
07:00 Xin LI (delphij)
devel/rubygem-with_advisory_lock: Add new port.
with_advisory_lock adds advisory locking (mutexes) to ActiveRecord 6.0+, with
ruby 2.7+,
jruby or truffleruby, when used with MySQL or PostgreSQL.
4fed5c0 |
|
Wednesday, 13 Mar 2024
|
09:39 Yuri Victorovich (yuri)
devel/gitu: New port: TUI Git client inspired by Magit
81f4bc5 |
|
Tuesday, 12 Mar 2024
|
14:30 Rene Ladan (rene)
devel/anjuta: Remove expired port
2024-03-11 devel/anjuta: Unmaintained, upstream WWW owned by gambling site, use
devel/gnome-builder
ea934ef |
|
Monday, 11 Mar 2024
|
21:50 Guido Falsi (madpilot) Author: Benjamin Jacobs
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile
Added the following ports:
- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics
PR: 250408 [1], 262781 [1], 262788 [3], 262789 [1],
262792 [1], 263006 [1], 263162 [3], 263206 [2],
276893 [1], 276945 [4], 276953 [1], 277026 [5],
277241 [1], 277242 [1], 277243 [1], 277244 [1],
277245 [1], 277246 [1], 277247 [1], 277248 [1],
277249 [1], 277250 [1], 277251 [1], 277252 [1],
277253 [1], 277254 [1], 277255 [1], 277256 [4],
277257 [1], 277258 [1]
Approved by: maintainer timeout [1],
yuri (maintainer) [2],
overcome by events, fixit [3],
madpilot (maintainer) [4]
Reviewed by: madpilot
Exp-run by: antoine [5]
Differential Revision: https://reviews.freebsd.org/D43861
8025aa1 |
|
Saturday, 9 Mar 2024
|
14:05 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-chatbot: Add rubygem-aws-sdk-chatbot 1.0.0
Official AWS Ruby gem for chatbot.
ed62efb |
14:05 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-lazy-fixtures: Add py-pytest-lazy-fixtures 1.0.5
pytest-lazy-fixtures allows you to use fixtures in @pytest.mark.parametrize.
This project was inspired by pytest-lazy-fixture. Improvements that have been
made in this project:
- You can use fixtures in any data structures
- You can access the attributes of fixtures
- You can use functions in fixtures
69a9af6 |
14:05 Po-Chuan Hsieh (sunpoet)
devel/py-dep-logic: Add py-dep-logic 0.2.0
Dep-Logic allows logic operations on version specifiers and environment markers.
03427f9 |
14:05 Po-Chuan Hsieh (sunpoet)
devel/py-objprint: Add py-objprint 0.2.3
objprint is a library that can print Python objects in human readable format.
91d24ea |
|
Monday, 4 Mar 2024
|
12:56 Muhammad Moinur Rahman (bofh)
devel/py-buildbot-react-console-view: New port
Buildbot Console View plugin (react)
WWW: https://buildbot.net
45fa35a |
12:31 Muhammad Moinur Rahman (bofh)
devel/py-unidiff: New port
Simple Python library to parse and interact with unified diff data.
5b3d594 |
|
Saturday, 2 Mar 2024
|
03:47 Xin LI (delphij)
devel/rubygem-rubocop-rails: Add a new port
rubygem-rubocop-rails is a RuboCop extension focused on enforcing
Rails best practices and coding conventions.
71a8b2d |
|
Thursday, 29 Feb 2024
|
15:53 Baptiste Daroussin (bapt)
devel/pcre++: delete port
Unmaintained, unused, and depends on devel/pcre which is EOLed
upstream since 2021
e675c36 |
14:57 Norikatsu Shigemura (nork)
devel/p5-Hash-SharedMem: Add new port
This module provides a facility for efficiently sharing mutable
data between processes on one host. Data is organised as a
key/value store, resembling a Perl hash. The keys and values
are restricted to octet (Latin-1) strings. Structured objects
may be stored by serialising them using a mechanism such as
Sereal.
Approved by: hrs (mentor)
76a79ae |
12:52 Muhammad Moinur Rahman (bofh)
devel/ptypes: Remove expired port
devel/ptypes
2df6742 |
11:44 Muhammad Moinur Rahman (bofh)
devel/codeville: Remove expired port
devel/codeville
661642c |
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, 28 Feb 2024
|
11:57 Norikatsu Shigemura (nork)
devel/p5-Lock-File: Add new port
The Lock::File module provides flock wrapper functions that watch the
associated object and release it automatically if the object has no
reference.
Approved by: hrs (mentor)
f4c9fe9 |
|
Friday, 23 Feb 2024
|
04:07 Li-Wen Hsu (lwhsu) Author: Dmitry Wagin
Add devel/jetbrains-rustrover: JetBrains Rust IDE
PR: 277150
fc32892 |
|
Thursday, 22 Feb 2024
|
09:22 Matthias Fechner (mfechner)
www/gitlab-ce: fix regression from bf20249d6dd521089e704bbd4f4cdf497bac5dd6
ea2f77f |
|
Wednesday, 21 Feb 2024
|
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-lrama: Add rubygem-lrama 0.6.0
Lrama is LALR (1) parser generator written by Ruby. The first goal of this
project is providing error tolerant parser for CRuby with minimal changes on
CRuby parse.y file.
Features:
- Bison style grammar file is supported with some assumptions
- b4_locations_if is always true
- b4_pure_if is always true
- b4_pull_if is always false
- b4_lac_if is always false
- Error Tolerance parser
- Subset of Repairing Syntax Errors in LR Parsers (Corchuelo et al.) algorithm
is supported.
3692fcd |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-observer: Add rubygem-observer 0.1.2
The Observer pattern (also known as publish/subscribe) provides a simple
mechanism for one object to inform a set of interested third-party objects when
its state changes.
def0e72 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg7: Add rubygem-xdg7 7.1.3 (copied from rubygem-xdg)
- Add PORTSCOUT
cf2fcb8 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages23: Add rubygem-cucumber-messages23 23.0.0
(copied from rubygem-cucumber-messages)
- Add PORTSCOUT
7bbc2a5 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-core011: Add rubygem-google-apis-core011 0.11.2
(copied from rubygem-google-apis-core)
- Add PORTSCOUT
4d187b8 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-highline2: Add rubygem-highline2 2.1.0 (copied from
rubygem-highline)
- Add PORTSCOUT
7892958 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-artifact: Add rubygem-aws-sdk-artifact 1.0.0
Official AWS Ruby gem for AWS Artifact.
88eb9c1 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-supplychain: Add rubygem-aws-sdk-supplychain 1.1.0
Official AWS Ruby gem for AWS Supply Chain.
154d98a |
15:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied from
rubygem-bootsnap)
- Add PORTSCOUT
c9589eb |
15:06 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-codspeed: Add py-pytest-codspeed 2.2.0
CodSpeed is a continuous benchmarking platform that allows you to track and
compare the performance of your codebase during development.
It uses a smart runtime engine to measure the performance of your code in an
accurate and reproducible way without creating a huge runtime overhead, unlike
traditional benchmarks. CodSpeed produces detailed performance reports, helping
you improve your codebase performance, directly within your repository
provider(Pull Requests comments, Merge checks, ...).
e2bd8b0 |
15:06 Po-Chuan Hsieh (sunpoet)
devel/py-thinc: Add py-thinc 8.2.3
Thinc is a lightweight deep learning library that offers an elegant,
type-checked, functional-programming API for composing models, with support for
layers defined in other frameworks such as PyTorch, TensorFlow and MXNet. You
can use Thinc as an interface layer, a standalone toolkit or a flexible way to
develop new models. Previous versions of Thinc have been running quietly in
production in thousands of companies, via both spaCy and Prodigy.
b0a0cac |
15:06 Po-Chuan Hsieh (sunpoet)
devel/py-weasel: Add py-weasel 0.3.4
Weasel lets you manage and share end-to-end workflows for different use cases
and domains, and orchestrate training, packaging and serving your custom
pipelines. You can start off by cloning a pre-defined project template, adjust
it to fit your needs, load in your data, train a pipeline, export it as a Python
package, upload your outputs to a remote storage and share your results with
your team. Weasel can be used via the weasel command and we provide templates in
our projects repo.
c6b110e |
Number of commits found: 12231 (showing only 100 on this page) |