Commit graph

3769 commits

Author SHA1 Message Date
jperkin
cf98614392 devel: Add autoconf269. 2022-08-04 12:32:07 +00:00
wiz
dcd43b5bb7 devel/Makefile: + libadwaita 2022-07-29 16:35:15 +00:00
wiz
63208f6f3e devel/Makefile: + py-pip-requirements-parser 2022-07-24 11:04:24 +00:00
gdt
d6c845289a Add py-pydantic 1.9.1
Data validation and settings management using Python type hints.

Fast and extensible, *pydantic* plays nicely with your
linters/IDE/brain.  Define how data should be in pure, canonical
Python 3.6+; validate it with *pydantic*.
2022-07-24 10:48:24 +00:00
bsiegert
b725d8f5c4 New package, go-impl-1.1.0.
Needed by the new gopls.

impl generates method stubs for implementing an interface.

Sample usage:

$ impl 'f *File' io.ReadWriteCloser
func (f *File) Read(p []byte) (n int, err error) {
	panic("not implemented")
}

func (f *File) Write(p []byte) (n int, err error) {
	panic("not implemented")
}

func (f *File) Close() error {
	panic("not implemented")
}
2022-07-19 20:37:27 +00:00
bsiegert
f649ca4930 New package, gomodifytags-1.16.0.
This is needed by the new gopls.

gomodifytags is a Go tool to modify/update field tags in structs. It makes it
easy to update, add or delete the tags in a struct field. You can easily add
new tags, update existing tags (such as appending a new key, i.e. db, xml,
etc.) or remove existing tags. It also allows you to add and remove tag
options. It's intended to be used by an editor, but also has modes to run it
from the terminal.
2022-07-19 20:26:07 +00:00
bsiegert
2b128e157c New package for gotests-1.6.0.
This is needed by the current gopls version.

gotests makes writing Go tests easy. It is a Go command-line tool that
generates table driven tests based on its target source files' function and
method signatures. Any new dependencies in the test files are automatically
imported.
2022-07-19 20:14:27 +00:00
adam
21a8ac3c3f py-chai: removed; old and not needed anymore 2022-07-12 08:30:51 +00:00
wiz
1fd5c83153 undebt: remove
archived upstream, pkgsrc version even older than last release
2022-07-11 23:19:38 +00:00
wiz
92a8833413 gps: remove
Marked with PKG_FAIL_REASON since 2019
2022-07-10 19:15:22 +00:00
wiz
5cbbbce541 py-requests-ftp: remove
Last update in 2015, and it's HOMEPAGE says:

This library is not intended to be an example of Transport Adapters
best practices. This library was cowboyed together in about 4 hours
of total work, has no tests, and relies on a few ugly hacks.
2022-07-08 14:35:08 +00:00
wiz
7b98b6a0a9 devel/Makefile: + py-exceptiongroup 2022-07-03 12:36:20 +00:00
wiz
a14609b9e7 devel/Makefile: + py-flit_scm 2022-07-03 12:32:05 +00:00
wiz
77c316d7a3 camlp4: remove
camlp4 is an outdated way to build packages with caml and does not work
with pkgsrc ocaml versions for more than a year.

Remove camlp4 and all packages using it.

Ok jaapb@
2022-06-29 07:54:38 +00:00
jaapb
297341db27 Added ocaml-hxd to Makefile SUBDIRs 2022-06-20 08:18:02 +00:00
wiz
ef40561f33 devel/Makefile: + 2 2022-06-18 22:30:36 +00:00
wiz
980061f80c devel/Makefile: + py-docstyle3 2022-06-18 21:59:58 +00:00
wiz
ecfc42385f devel/Makefile: + py-lama7 2022-06-18 21:46:19 +00:00
gdt
68ab42161a devel: Rename py-collections_extended to py-collections-extended
(This follows a guideline I just added to the pkgsrc guide: PKGNAME
should match the pip install name, not the Python module name.)
2022-06-15 22:29:14 +00:00
gdt
03e6c10fcb devel: Add py-collections_extended 2022-06-15 22:02:11 +00:00
adam
8da98611e1 py-hatch-vcs: added version 0.2.0
This provides a plugin for Hatch that uses your preferred version control
system (like Git) to determine project versions.
2022-06-13 19:27:45 +00:00
jaapb
0723995d85 Added ocaml-mirage-flow to Makefile SUBDIRs 2022-06-13 08:12:36 +00:00
jaapb
187cdd4c64 Removed package devel/ocaml-ppx_tools_versioned.
This package doesn't compile with the latest version of OCaml, is
deprecated and isn't used as a dependency in any package, so it is
time to remove it.
2022-06-03 11:16:06 +00:00
wiz
7afddbf690 ocaml-ppxfind: remove
Does not support ocaml 4.14, desupported upstream, no users in pkgsrc
2022-06-03 08:37:11 +00:00
adam
652c3c3ff3 py-hatchling: added version 1.3.1
This is the extensible, standards compliant build backend used by Hatch.
2022-06-01 10:54:22 +00:00
markd
602ebdba42 p5-Term-ANSIColor: add version 5.01
This module has two interfaces, one through color() and colored() and the
other through constants. It also offers the utility functions uncolor(),
colorstrip(), colorvalid(), and coloralias(), which have to be explicitly
imported to be used.
2022-05-31 21:03:08 +00:00
markd
fa9d208816 p5-constant-defer: add version 6
constant::defer creates a subroutine which on the first call runs given
code to calculate its value, and on any subsequent calls just returns that
value, like a constant. The value code is discarded once run, allowing it
to be garbage collected.

Deferring a calculation is good if it might take a lot of work or produce
a big result but is only needed sometimes or only well into a program run.
If it's never needed then the value code never runs.
2022-05-31 20:49:09 +00:00
wiz
345c4cc4c1 devel/Makefile: + js_of_ocaml-ocamlbuild 2022-05-24 05:54:01 +00:00
wiz
bfd07f3ad7 sfslite: remove
Doesn't build, archived upstream, no users in pkgsrc
2022-05-15 04:43:49 +00:00
bouyer
9341f4d39e Remove py-importlib-metadata4, py-importlib-metadata is at 4.10.0 which
is good enough for streamlink.
2022-05-11 22:28:38 +00:00
bouyer
76f207ad71 Add py-importlib-metadata4, py-versioningit 2022-05-11 17:52:44 +00:00
jaapb
c82fd89a12 Added ocaml-hmap to Makefile SUBDIRs 2022-05-11 11:30:22 +00:00
jaapb
ff26713599 Added ocaml-core_unix to Makefile SUBDIRs 2022-05-05 09:04:02 +00:00
jaapb
fb932de34b Added ocaml-intrinsics to Makefile SUBDIRs 2022-05-05 08:56:15 +00:00
jaapb
30e549c5f5 Added ocaml-expect_test_helpers_core to Makefile SUBDIRs 2022-05-05 08:47:20 +00:00
jaapb
248dd2984f Added ocaml-sexp_pretty to Makefile SUBDIRs 2022-05-05 08:44:01 +00:00
jaapb
0597c0517c Added ocaml-int_repr to Makefile SUBDIRs 2022-05-05 07:01:51 +00:00
jaapb
db12ad7f17 Added ocaml-ppx_fixed_literal to Makefile SUBDIRs 2022-05-05 06:30:49 +00:00
jaapb
4243820d27 Added devel/ocaml-ppx_ignore_instrumentation, devel/ocaml-ppx_log and
devel/ocaml-ppx_string to Makefile SUBDIRs.
2022-05-05 06:20:08 +00:00
adam
2f11de9e5d py-test-freezegun: added version 0.4.2
Wrap tests with fixtures in freeze_time

Features
* Freeze time in both the test and fixtures
* Access the freezer when you need it
2022-05-04 12:38:38 +00:00
wiz
f9b5ee69ca py-unittest2: remove
Limited to python 2.x but a dependency does not support this any longer
2022-05-01 09:23:25 +00:00
wiz
5ecf0c061f py-testtools24: remove
dependencies do not support python 2.x any longer, and this is
limited to python 2.x
2022-05-01 07:57:42 +00:00
wiz
cffede2101 bzr-svn: remove
Last user of py-testtools24, which just broke and will be removed next
2022-05-01 07:56:00 +00:00
mef
0f65cc6431 Added devel/R-mockr version 0.2.0 2022-04-30 05:22:09 +00:00
wen
7ae8e94d9b Add p5-Parse-Distname 2022-04-30 00:12:06 +00:00
wiz
c197fae76a py-ipython5: remove, not used any longer 2022-04-29 23:44:02 +00:00
wiz
0fca68cac6 devel/Makefile: + py-gidgethub 2022-04-26 21:43:08 +00:00
adam
2052a77702 py-darcsver: removed 2022-04-26 08:19:34 +00:00
mef
4992f17456 Added devel/R-tidyverse version 1.3.1 2022-04-22 23:01:20 +00:00
leot
88df3bba45 devel: Add opa 2022-04-20 19:56:50 +00:00