| non port: devel/Makefile |
Number of commits found: 12250 (showing only 100 on this page) |
|
Friday, 30 Jun 2023
|
16:21 Yuri Victorovich (yuri)
devel/nano-signal-slot: New port: Pure C++17 signals and slots
982b02a |
06:59 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-paymentcryptographydata: Add
rubygem-aws-sdk-paymentcryptographydata 1.0.0
Official AWS Ruby gem for Payment Cryptography Data Plane data.
f5dda81 |
06:59 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fiber-annotation: Add rubygem-fiber-annotation 0.2.0
Fiber::Annotation provides a simple way to annotate what a fiber is currently
doing, useful for debugging, logging and tracing.
e49d227 |
06:59 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-paymentcryptography: Add
rubygem-aws-sdk-paymentcryptography 1.0.0
Official AWS Ruby gem for Payment Cryptography Control Plane.
f6f6084 |
06:59 Po-Chuan Hsieh (sunpoet)
devel/py-nose3: Add py-nose3 1.3.8
nose3 is a drop-in fork of nose v1 that is compatible with Python 2.7 and Python
3.3-3.10 without using lib2to3 or other compatibility layer. It does not yet
support Python 3.11.
nose extends the test loading and running features of unittest, making it easier
to write, find and run tests.
By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary (like
"test_this" or "functional_test" or "TestClass" but not "libtest"). Test output
is similar to that of unittest, but also includes captured stdout output from
failing tests, for easy print-style debugging.
These features, and many more, are customizable through the use of plugins.
Plugins included with nose provide support for doctest, code coverage and
profiling, flexible attribute-based test selection, output capture and more.
More information about writing plugins may be found on in the nose API
documentation.
4acceff |
06:59 Po-Chuan Hsieh (sunpoet)
devel/py-check-sdist: Add py-check-sdist 0.1.2
Have you ever shipped broken sdists with missing files or possibly dirty sdists
with files that shouldn't have been there? Have you noticed that standards
compliant tools aren't making the same sdist that flit build is? Is hatchling
adding .DSStore files when you ship from your macOS? No matter what
build-backend you use, check-sdist can help!
Check-sdist builds an sdist and compares the contents with your Git repository
contents. It can even temporarily inject common junk files (like pycache files
or OS specific files) and help verify that those aren't getting bundled into
your sdist. If you are getting files you didn't expect or missing files you did
expect, consult your build backend's docs to see how to include or exclude
files.
cfa9bd9 |
05:27 Yuri Victorovich (yuri)
devel/quickcpplib: New port: Eliminate hassle when making state-of-the-art
C++14-23 libraries
f568157 |
02:35 Yuri Victorovich (yuri)
devel/mdspan: New port: Reference implementation of mdspan targeting C++23
c503a78 |
|
Wednesday, 28 Jun 2023
|
12:11 Stefan Eßer (se)
devel/cpu_rec_rs: new port: determine CPU architecture of a binary
14127c0 |
|
Tuesday, 27 Jun 2023
|
07:12 Hiroki Tagato (tagattie)
devel/electron25: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/
611c005 |
|
Saturday, 24 Jun 2023
|
02:54 Yuri Victorovich (yuri)
devel/py-pytest-subprocess: New port: Pytest plugin to fake subprocess for
pytest
1e03bff |
|
Wednesday, 21 Jun 2023
|
03:47 Yuri Victorovich (yuri)
devel/py-miniKanren: New port: Logic/relational programming in Python
b924582 |
01:34 Yuri Victorovich (yuri)
devel/py-etuples: New port: Python S-expression emulation using tuple-like
objects
9237f9b |
01:34 Yuri Victorovich (yuri)
devel/py-cons: New port: Implementation of Lisp/Scheme-like cons in Python
6b96fc4 |
|
Tuesday, 20 Jun 2023
|
06:31 Yuri Victorovich (yuri)
devel/py-archspec: New port: Library to query system architecture
6eede89 |
|
Monday, 19 Jun 2023
|
18:49 Loïc Bartoletti (lbartoletti)
PySide6: Python biding for Qt6
Add devel/pyside6* and devel/shiboken6
PySide6 is the official Python module from the Qt for Python project, which
provides access to the complete Qt 6.0+ framework.
d5d32f2 |
|
Sunday, 18 Jun 2023
|
17:10 Yuri Victorovich (yuri)
devel/py-aspectlib: New port: Aspect-oriented programming, monkey-patch and
decorators library
a95d728 |
|
Saturday, 17 Jun 2023
|
08:19 Nicola Vitale (nivit)
devel/py-time-machine: Add new port
time-machine, is intended to combine the advantages of freezegun and
libfaketime Python modules. It works without LD_PRELOAD but still mocks
the standard library functions everywhere they may be referenced.
It does so by modifying the built-in functions at the C level, to point
them through wrappers that return different values when mocking.
Normally in Python, built-in functions are immutable, but
time-machine overcomes this by using C code to replace their function
pointers.
https://github.com/adamchainz/time-machine
aadc486 |
|
Friday, 16 Jun 2023
|
20:47 Yuri Victorovich (yuri)
devel/py-types-retry: New port: Typing stubs for retry
eab89e7 |
20:47 Yuri Victorovich (yuri)
devel/py-types-python-dateutil: New port: Typing stubs for python-dateutil
5276af7 |
16:21 Yuri Victorovich (yuri)
devel/py-diff-cover: New port: Run coverage and linting reports on diffs
c9ec356 |
|
Wednesday, 14 Jun 2023
|
12:30 Nicola Vitale (nivit)
devel/py-jaraco.collections: Add new port
Python models and classes to supplement the stdlib 'collections' module.
https://github.com/jaraco/jaraco.collections
8f711d5 |
10:01 Nicola Vitale (nivit)
devel/py-pytest-services: Add new port
Collection of fixtures and utility functions to run service processes
for your tests with pytest.
https://github.com/pytest-dev/pytest-services
ab0153d |
|
Monday, 12 Jun 2023
|
22:58 Muhammad Moinur Rahman (bofh)
devel/Makefile: Fix INDEX build
Fixes: 74535ec devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0
Reported by: junchoon@dec.sakura.ne.jp
be27464 |
19:45 Muhammad Moinur Rahman (bofh) Author: Olivier Certner
devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0
- Rename port to match upstream renaming
- Pet portclippy
- Update is done without MAINTAINER approval as currently this is BROKEN
on 14 and this version fixes the build on 14.
Changelog: https://github.com/kiwix/libkiwix/releases
PR: 271649
Approved by: portmgr (blanket)
74535ec |
|
Saturday, 10 Jun 2023
|
14:57 Muhammad Moinur Rahman (bofh)
*/*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by: Bounce Experts
95967c2 |
|
Friday, 9 Jun 2023
|
08:12 Alexey Dokuchaev (danfe)
devel/tclap12: new port had been copied from `devel/tclap'
Development version of TCLAP (1.4) had broken the API against current
stable version 1.2, particularly, the CmdLine::getOutput() method had
been removed.
ee3f98f |
|
Wednesday, 7 Jun 2023
|
12:10 Kirill Ponomarev (krion)
devel/py-looseversion: add new port
Python extension for comparing version strings.
fe2e9de |
|
Monday, 5 Jun 2023
|
21:07 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fast_gettext1: Remove obsoleted port
Use devel/rubygem-fast_gettext instead.
f3cc0ae |
21:07 Po-Chuan Hsieh (sunpoet)
devel/rubygem-gettext-setup0: Remove obsoleted port
Use devel/rubygem-gettext-setup instead.
e1c54ec |
18:46 Po-Chuan Hsieh (sunpoet)
devel/poetry: Remove obsoleted port
Use devel/py-poetry instead.
cc00730 |
18:46 Po-Chuan Hsieh (sunpoet)
devel/py-dulwich020: Remove obsoleted port
Use devel/py-dulwich instead.
17f29a5 |
18:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3171: Remove obsoleted port
Use devel/rubygem-aws-sdk-core instead.
7dc850c |
18:46 Po-Chuan Hsieh (sunpoet)
devel/py-jaraco.env: Add py-jaraco.env 1.0.0
This library facilitates handling of environment variables.
f349f5c |
18:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-s31122: Add rubygem-aws-sdk-s31122 1.122.0 (copied from
rubygem-aws-sdk-s3)
- Add PORTSCOUT
504dc28 |
18:46 Po-Chuan Hsieh (sunpoet)
devel/py-cacheyou: Add py-cacheyou 23.3
CacheYou is a fork of CacheControl which is a port of the caching algorithms in
httplib2 for use with requests session object.
98c3757 |
16:53 Robert Clausecker (fuz) Author: Matthew D. Fuller
devel/py-setuptools-gettext: new port
A setuptools plugin to compile .po files into .mo files.
WWW: https://github.com/breezy-team/setuptools-gettext
PR: 267680
ecef70f |
15:24 Yuri Victorovich (yuri)
devel/klib: New port: Standalone and lightweight C library
cd66237 |
11:31 Alexey Dokuchaev (danfe)
devel/libevent-devel: new port had been copied from `devel/libevent'
Current stable release is nearly three years old and lacks a number
of new features and performance improvements.
A fortnight ago, upstream had tagged pre-release 2.2.1-alpha, which
this port offers to early adopters.
ae7f77b |
|
Sunday, 4 Jun 2023
|
21:57 Yuri Victorovich (yuri)
devel/gradle761: New port: Project automation tool
16dbb9b |
|
Friday, 2 Jun 2023
|
18:23 Felix Palmen (zirias)
devel/poser: Add new port
poser is a C framework for POSIX services. It is required for the new
version of security/tlsc.
Approved by: tcberner (mentor, implicit)
2a680d5 |
|
Wednesday, 31 May 2023
|
20:57 Rene Ladan (rene)
devel/arm-none-eabi-gcc492: Remove expired port:
2023-05-31 devel/arm-none-eabi-gcc492: Long time unsupported upstream
2d570b7 |
20:55 Rene Ladan (rene)
devel/py-pyxb: Remove expired port:
2023-05-31 devel/py-pyxb: Upstream issued End-of-Life notice. Use
devel/py-pyxb-x instead
dcfd8d3 |
|
Sunday, 28 May 2023
|
18:56 Yuri Victorovich (yuri)
devel/py-ewah-bool-utils: New port: EWAH Bool Array utils for yt
eec1acb |
|
Saturday, 27 May 2023
|
23:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-s31119: Remove obsoleted port
Use devel/rubygem-aws-sdk-s3 instead.
4f97f52 |
23:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-clamp11: Remove obsoleted port
Use devel/rubygem-clamp instead.
e59b440 |
23:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3170: Remove obsoleted port
Use devel/rubygem-aws-sdk-core instead.
059b709 |
23:43 Po-Chuan Hsieh (sunpoet)
devel/py-py3nvml: Add py-py3nvml 0.2.7
Python 3 compatible bindings to the NVIDIA Management Library. Can be used to
query the state of the GPUs on your system. This was ported from the NVIDIA
provided python bindings nvidia-ml-py, which only supported python 2.
2a1380e |
23:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3172: Add rubygem-aws-sdk-core3172 3.172.0 (copied
from rubygem-aws-sdk-core)
- Add PORTSCOUT
7d1d4a7 |
23:43 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-mediapackagev2: Add rubygem-aws-sdk-mediapackagev2 1.0.0
Official AWS Ruby gem for AWS Elemental MediaPackage v2 (mediapackagev2).
1b3ba5d |
23:43 Po-Chuan Hsieh (sunpoet)
devel/py-opentelemetry-sdk: Add py-opentelemetry-sdk 1.18.0
This library provides Python SDK for OpenTelemetry project.
1cc5e9d |
23:43 Po-Chuan Hsieh (sunpoet)
devel/py-opentelemetry-semantic-conventions: Add
py-opentelemetry-semantic-conventions 0.39b0
This library contains generated code for the semantic conventions defined by the
OpenTelemetry specification.
c9f50b5 |
23:43 Po-Chuan Hsieh (sunpoet)
devel/py-overrides: Add py-overrides 7.3.1
A decorator @override that verifies that a method that should override an
inherited method actually does it.
Copies the docstring of the inherited method to the overridden method.
Since signature validation and docstring inheritance are performed on class
creation and not on class instantiation, this library significantly improves the
safety and experience of creating class hierarchies in Python without
significantly impacting performance. See https://stackoverflow.com/q/1167617 for
the initial inspiration for this library.
f272d12 |
04:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-oj313: Add rubygem-oj313 3.13.23 (copied from rubygem-oj)
- Add PORTSCOUT
ca59435 |
04:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3171: Add rubygem-aws-sdk-core3171 3.171.1 (copied
from rubygem-aws-sdk-core)
- Add PORTSCOUT
d529cdf |
04:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-protobuf322: Add rubygem-google-protobuf322 3.22.3 (copied
from rubygem-google-protobuf)
- Add PORTSCOUT
dea963ce |
04:06 Po-Chuan Hsieh (sunpoet)
devel/py-hatch-autorun: Add py-hatch-autorun 1.1.0
hatch-autorun provides a build hook plugin for Hatch that injects code into an
installation that will automatically run before the first import.
c9fc03a8 |
04:06 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-jupyter: Add py-pytest-jupyter 0.7.0
pytest-jupyter provides a set of pytest plugins for Jupyter libraries and
extensions.
6f35a7b |
04:06 Po-Chuan Hsieh (sunpoet)
devel/py-crontab: Add py-crontab 1.0.1
This package intends to offer a method of parsing crontab schedule entries and
determining when an item should next be run. More specifically, it calculates a
delay in seconds from when the .next() method is called to when the item should
next be executed.
692a158 |
04:05 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
9641077 |
|
Friday, 26 May 2023
|
00:52 Charlie Li (vishwin)
devel/bazel5: split from devel/bazel
Major versions harbour some incompatibilities. Main port to be
updated to 6.
Event: Kitchener-Waterloo Hackathon 202305
abc5ed3 |
|
Saturday, 20 May 2023
|
22:12 Danilo G. Baio (dbaio)
devel: Fix index after 7436596
The recent port added was py-azure-mgmt-appcontainers and not
py-azure-appcontainers.
Reported by: Bob Vesterman
9b42e25 |
18:30 Danilo G. Baio (dbaio)
Add port: devel/py-azure-mgmt-appcontainers
This is the Microsoft Azure Appcontainers Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
https://pypi.org/project/azure-mgmt-appcontainers/
7436596 |
10:15 Rene Ladan (rene)
devel/py-dj40-graphene-django: Remove expired port:
2023-05-20 devel/py-dj40-graphene-django: Extended support of Django 4.0 ends
April 2023, upgrade to the Django 4.1+ version of this port. See
https://www.djangoproject.com/download/
f210518 |
09:58 Rene Ladan (rene)
devel/py-dj40-django-rq: Remove expired port:
2023-05-20 devel/py-dj40-django-rq: Extended support of Django 4.0 ends April
2023, upgrade to the Django 4.1+ version of this port. See
https://www.djangoproject.com/download/
9ef398f |
|
Wednesday, 17 May 2023
|
18:21 Jan Beich (jbeich)
devel/py-strenum: add new port
StrEnum is a Python enum.Enum that inherits from str to complement
enum.IntEnum in the standard library.
https://pypi.org/project/StrEnum/
f6c8fb6 |
10:45 Tobias C. Berner (tcberner)
devel/kommit: update to 1.0.2 (moved from devel/gitklient)
Announcement: https://jriddell.org/2023/05/04/kommit-1-0-2-released/
d746355 |
|
Tuesday, 16 May 2023
|
04:30 Matthias Fechner (mfechner)
www/rubygem-ruby-openai37: moved to match location of www/rubygem-ruby-openai
Reported by: antoine@
705ef4f |
|
Sunday, 14 May 2023
|
17:25 Matthias Fechner (mfechner)
www/gitlab-ce: add required ports for 15.11 upgrade
5e2ec21 |
|
Friday, 12 May 2023
|
12:55 Jason W. Bacon (jwb)
devel/py-rich-click: Format click help output nicely with rich
The intention of rich-click is to provide attractive help output from
click, formatted with rich, with minimal customisation required.
472806a |
|
Wednesday, 10 May 2023
|
14:58 Dan Langille (dvl)
devel/py-celery-singleton: New port
Prevent duplicate celery tasks.
e1fbe71 |
02:37 TAKATSU Tomonari (tota)
devel/R-cran-clock: Add new port
Provides a comprehensive library for date-time manipulations using
a new family of orthogonal date-time classes (durations, time points,
zoned-times, and calendars) that partition responsibilities so that
the complexities of time zones are only considered when they are
really needed. Capabilities include: date-time parsing, formatting,
arithmetic, extraction and updating of components, and rounding.
f755e9c |
|
Tuesday, 9 May 2023
|
13:31 Matthew Seaman (matthew)
devel/py-types-jsonschema: New port
This is a PEP 561 type stub package for the jsonschema package. It can
be used by type-checking tools like mypy, pyright, pytype, PyCharm,
etc. to check code that uses jsonschema.
69cad91 |
|
Sunday, 7 May 2023
|
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rubocop-factory_bot: Add rubygem-rubocop-factory_bot 2.22.0
RuboCop factory_bot is a factory_bot-specific analysis for your projects, as an
extension to RuboCop.
b06b1c8 |
16:03 Po-Chuan Hsieh (sunpoet)
devel/py-pydantic-core: Add py-pydantic-core 0.28.0
pydantic-core provides the core functionality for pydantic. The package is
currently a work in progress and subject to significant change. There is, as
yet, no integration with pydantic, so schemas can only be defined via
dictionaries.
a8cef7f |
|
Saturday, 6 May 2023
|
02:39 TAKATSU Tomonari (tota)
devel/R-cran-timechange: Add new port
Efficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package
includes utilities for updating of date-time components (year,
month, day etc.), modification of time-zones, rounding of date-times,
period addition and subtraction etc. Parts of the 'CCTZ' source
code, released under the Apache 2.0 License, are included in this
package.
c296b40 |
|
Thursday, 4 May 2023
|
02:13 Hiroki Tagato (tagattie)
devel/electron24: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/
d9fe290 |
|
Tuesday, 2 May 2023
|
16:16 Po-Chuan Hsieh (sunpoet)
devel/py-pyxb-x: Add py-pyxb-x 1.2.6.1
PyXB is a pure Python package that generates Python code for classes that
correspond to data structures defined by XMLSchema. In concept it is similar to
JAXB for Java and CodeSynthesis XSD for C++.
f6ef3bc |
|
Sunday, 30 Apr 2023
|
09:23 Rene Ladan (rene)
devel/zpu-binutils/: Remove expired port:
2023-04-30 devel/zpu-binutils: Broken with latest C compiler and port unused
2511a76 |
09:23 Rene Ladan (rene)
devel/zpu-gcc: Remove expired port:
2023-04-30 devel/zpu-gcc: Broken with latest C compiler and port unused
0722111 |
00:32 Jose Alonso Cardenas Marquez (acm)
devel/py-pyintelowl: New port: Python SDK and Command Line Client for
interacting with IntelOwl API
Robust Python SDK and Command Line Client for interacting with IntelOwl's API.
Features
- Easy one-time configuration with self documented help and hints along the
way.
- Request new analysis for observables and files.
- Select which analyzers you want to run for every analysis you perform.
- Choose whether you want to HTTP poll for the analysis to finish or not.
- List all jobs or view one job in a prettified tabular form.
- List all tags or view one tag in a prettified tabular form.
- Tabular view of the analyzer_config.json and connector_config.json from
IntelOwl with RegEx matching capabilities.
d0abc28 |
00:28 Jose Alonso Cardenas Marquez (acm)
devel/py-click-creds: New port: Pluggable credentials storage and management for
click cli apps
Pluggable credentials storage and management for click CLI applications.
b6edf8d |
00:26 Jose Alonso Cardenas Marquez (acm)
devel/py-tinynetrc: New port: Read and write netrc files in Python
tinynetrc uses the netrc module from the standard library under the hood and
adds a few improvements:
- Adds write functionality.
- Fixes a std lib bug with formatting a .netrc file.*
- Parses .netrc into dictionary values rather than tuples.
c51151d |
|
Saturday, 29 Apr 2023
|
23:52 Jose Alonso Cardenas Marquez (acm)
devel/py-geocoder: New port: Python geocoder
Simple and consistent geocoding library written in Python
6d730fb |
23:50 Jose Alonso Cardenas Marquez (acm)
devel/py-ratelim: New port: Makes it easy to respect rate limits
Ratelim is a simple Python library that limits the number of times a function
can be called during a time interval. It is particularly useful when using
online APIs, which commonly enforce rate limits.
Features
- Works in Py2 and Py3.
- Greedy and patient rate limiting.
- Preserves function signature.
830b1bd |
23:44 Jose Alonso Cardenas Marquez (acm)
devel/py-entrypoint2: New port: easy to use command-line interface for Python
modules
entrypoint2 is an easy to use argparse based command-line interface for python
modules. It translates function signature and documentation to argparse
configuration.
a226557 |
15:45 Dan Langille (dvl)
devel/py-versioningit: New port
setuptools plugin for automatically determining your package’s version
Needed for sysutils/py-mqttwarn
a8df729 |
|
Friday, 28 Apr 2023
|
16:13 Robert Clausecker (fuz) Author: Dave Turner
devel/gum: A tool for glamorous shell scripts
Gum provides highly configurable, ready-to-use utilities to help you write
useful shell scripts and dotfiles aliases with just a few lines of code. Gum
is designed to be embedded in scripts and supports all sorts of use cases.
Components are configurable and customizable to fit your theme and use case.
WWW: https://github.com/charmbracelet/gum
PR: 271028
3ab5fcc |
09:46 Wen Heping (wen)
devel/Makefile: Add R-cran-chk
c8c083d |
06:33 Hiroki Tagato (tagattie)
devel/electron23: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/
ae996ee |
|
Thursday, 27 Apr 2023
|
23:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-osis: Add rubygem-aws-sdk-osis 1.0.0
Official AWS Ruby gem for Amazon OpenSearch Ingestion.
b346b46 |
23:57 Po-Chuan Hsieh (sunpoet)
devel/p5-Test-Future-IO-Impl: Add p5-Test-Future-IO-Impl 0.14
Test::Future::IO::Impl contains a collection of acceptance tests for
implementations of Future::IO.
9c29526 |
15:28 Po-Chuan Hsieh (sunpoet)
devel/rubygem-semver_dialects: Add rubygem-semver_dialects 1.2.1
semver_dialects is a gem for generic semantic version matcher that supports
different semantic version dialects:
- pypi
- composer/packagist
- maven
- gem
- go
- npm
- nuget
- conan
semver_dialects ...
- provides a unified interface to the language specific dialects.
- matches semantic versions in a language agnostic way.
- is able to collapse a list of concrete version into version ranges.
- invert ranges.
- can cope with scattered, non-consecutive ranges.
- can parse and produce different version syntaxes.
- matches version gracefully and handles input versions/constraints in a
best-effort manner.
533831a |
15:28 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-bigquery_v2: Add rubygem-google-apis-bigquery_v2
0.51.0
This is a simple client library for version V2 of the BigQuery 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.
e5f70f4 |
15:28 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-playcustomapp_v1: Add
rubygem-google-apis-playcustomapp_v1 0.13.0
This is a simple client library for version V1 of the Google Play Custom App
Publishing 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.
aba60118 |
15:28 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-androidpublisher_v3: Add
rubygem-google-apis-androidpublisher_v3 0.39.0
This is a simple client library for version V3 of the Google Play Android
Developer 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.
982cc4d |
15:28 Po-Chuan Hsieh (sunpoet)
devel/py-pdoc: Add py-pdoc 13.1.0
pdoc auto-generates API documentation that follows your project's Python module
hierarchy.
pdoc's main feature is a focus on simplicity: pdoc aims to do one thing and do
it well.
- Easy setup, no configuration necessary.
- Documentation is plain Markdown.
- First-class support for type annotations.
- Builtin web server with live reloading.
- Customizable HTML templates.
- Understands numpydoc and Google-style docstrings.
4f924cb |
15:24 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
e103a3b |
02:42 Guangyuan Yang (ygy)
devel/R-cran-pkgdepends: New port
Package Dependency Resolution and Downloads.
7a361e7 |
02:42 Guangyuan Yang (ygy)
devel/R-cran-pkgsearch: New port
Search and Query CRAN R Packages.
c09851c0 |
Number of commits found: 12250 (showing only 100 on this page) |