sthen
db1ad673f9
add pledge to textproc/par, from mp39590 at gmail com, ok maintainer
...
regen plist, drop rcs ids while there
2022-03-11 12:04:06 +00:00
semarie
b736671902
textproc/py-ofxparse: update to 0.21
...
remove RCSTag while here
2022-03-10 14:50:26 +00:00
kn
e7411f37c1
Remove RCSIDs from ports I maintain
2022-03-10 12:03:30 +00:00
jca
cd0fba1ff1
Drop RCS Ids in the ports I maintain
2022-03-10 00:04:05 +00:00
sthen
385739a94f
drop rcs id in category Makefiles
2022-03-09 16:18:03 +00:00
sthen
a98e0e6666
remove rcs IDs in ports that I maintain
2022-03-07 21:36:41 +00:00
jeremy
dc3fcb35dd
Add patch to build with already installed gumbo
2022-03-06 22:42:07 +00:00
kmos
18e028af74
Do the usual C99 dance for base-gcc to fix the build on sparc64
2022-03-04 21:42:00 +00:00
sthen
13ed1b92f5
update to calibre-5.38.0
2022-03-04 14:08:58 +00:00
jeremy
7f8a7c3318
Update nokogiri to 1.13.1
...
Enables HTML5 parsing using gumbo.
OK sebastia@
2022-03-03 22:33:43 +00:00
sthen
dab3606435
ripgrep picks up asciidoctor in preference to asciidoc if installed at
...
build time; change the BDEP
install the actual zsh completion file to the zsh completion dir, not the
PowerShell file...
2022-03-03 14:33:54 +00:00
sthen
5fd58c5c2d
update to discount-2.2.7
2022-03-03 11:40:35 +00:00
sthen
4f9a8ad944
update to csvquote-0.1.5
2022-03-02 11:12:22 +00:00
fcambus
25fe82db2e
Update delta to 0.12.0.
2022-03-02 09:59:35 +00:00
sthen
258538fc8a
update to calibre-5.37.0, from Josh Grosse
2022-03-01 20:30:55 +00:00
sthen
92d8d3bb00
update to py3-jellyfish-0.9.0
2022-02-28 15:15:12 +00:00
sthen
40528c8602
add missing ${MODPY_FLAVOR} in TEST_DEPENDS
2022-02-28 15:01:03 +00:00
sthen
6f15879fea
update to py3-cssutils-2.4.0
2022-02-28 14:53:12 +00:00
sthen
6c8d106763
update to py3-unidecode-1.3.3
2022-02-28 12:47:50 +00:00
bket
14dcc31640
+py-elementpath and +py-xmlschema
2022-02-28 10:59:54 +00:00
bket
929331c2cc
Import py-xmlschema-1.9.2
...
DESCR:
The xmlschema library is an implementation of XML Schema for Python.
OK sthen@
2022-02-28 10:54:04 +00:00
bket
45acca9c82
Import py-elementpath
2022-02-28 10:51:47 +00:00
sthen
e2205148a6
+py-charset-normalize
2022-02-28 10:46:26 +00:00
sthen
9a53231fe0
import ports/textproc/py-charset-normalizer, tweak/ok kmos@
...
charset-normalizer is a library that helps you read text from an unknown
charset encoding. Performs a similar role to 'chardet' but takes a different
approach and performs better.
2022-02-28 10:45:43 +00:00
sthen
a4a81de94e
drop TDEP on py-iniconfig, bket@ found it should be added to py-test instead
2022-02-28 10:44:11 +00:00
daniel
1d3a6e3e0d
we have py-test >= 6.0 now
2022-02-27 23:32:01 +00:00
sthen
31c9865626
+py-tomli
2022-02-27 12:37:12 +00:00
sthen
6fa540b8fb
import ports/textproc/py-tomli, ok bket@
...
Tomli is a Python library for parsing TOML, it is fully compatible
with TOML v1.0.0.
2022-02-27 12:36:50 +00:00
sthen
f7754de2ea
remove bogus TEST_DEPENDS
2022-02-27 12:14:41 +00:00
sthen
65777397b6
drop bogus BDEP
2022-02-26 18:07:36 +00:00
sthen
9946aab11b
py-chardet: don't explicitly list py-test in TEST_DEPENDS; port uses
...
MODPY_PYTEST so it is added by python.port.mk where needed
2022-02-26 17:29:45 +00:00
sthen
442cc55c1c
update to py-lxml-4.8.0
2022-02-26 14:01:12 +00:00
sthen
2ef6730532
textproc/hotdoc: remove RDEP on py-contextlib2, it's only needed for py2
...
and this uses py3. ok aja@
2022-02-25 18:29:32 +00:00
ajacoutot
e45ae5ecd6
Update to py3-ICU-2.8.1.
2022-02-25 13:54:49 +00:00
ajacoutot
6137c7ab02
SECURITY update to libxml-2.9.13.
2022-02-22 10:46:51 +00:00
bket
1671c11734
Convert unflavored python3 py-* ports, and update dependencies and bump REVISION of consumers
...
OK sthen@
2022-02-22 04:22:19 +00:00
kn
85426096ad
Update to yq 2.14.0
...
- Support binary and set tags. Fixes #140
2022-02-21 16:48:03 +00:00
kn
9e083318d7
Use ports-gcc to fix sparc64 build, typofix python dependency
...
> /tmp/print-dict-f43ef2.s:4649: Error: operation combines symbols in different segments
> clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
Apply the usual COMPILER fix.
update-plist still puts a python dir into PLIST-main which is wrong but I
don't know how to convince it to account for it in PLIST-python... by not
listing it at all since it belongs to the python package which is now a
proper dependency.
OK kmos
2022-02-21 16:30:16 +00:00
bket
4129dbd919
python3 only ports - use proper construct for FLAVOR
...
Forcibly assign variable: FLAVOR=python3, not FLAVOR?=python3. No need to bump
REVISION.
OK sthen@
2022-02-20 15:05:11 +00:00
sthen
25d7f27758
ydiff: tweak DESCR, including the old name change (suggested by
...
Raf Czlonka) and reword some other bits
2022-02-19 10:16:44 +00:00
sthen
89ef1f449b
update to p5-XML-Generator-1.09
2022-02-19 10:04:54 +00:00
ajacoutot
21290e3a30
Update to gtranslator-41.0.
2022-02-19 09:19:10 +00:00
kn
b1974cbbfd
Build unoptimised openjade on sparc64 to fix docbook-utils build
...
-O[12] builds make jade(1) segfault in libostyle.so on sparc64,
-O0 runs fine; this is triggered through the docbook-utils build:
> SGML_SEARCH_PATH=../..:../../doc:.. \
> jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
> -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
> Segmentation fault (core dumped)
Regen PLIST while here.
OK kmos
2022-02-18 16:37:21 +00:00
ajacoutot
a31c82314c
SECURITY update to libxslt-1.1.35.
2022-02-17 13:43:35 +00:00
sthen
86785552cb
update to pugixml-1.12.1
2022-02-16 10:59:00 +00:00
sthen
b8f18808f4
p5-ack: attempt to get portroach to skip the old 2.x releases
2022-02-16 10:52:34 +00:00
sthen
f60dd69ba5
remove unwanted line for testing
2022-02-15 17:27:03 +00:00
sthen
4ef81b7de0
update to exempi-2.6.1
2022-02-15 17:25:24 +00:00
sthen
09578325cc
update to py3-ruamel.yaml-0.17.21
2022-02-13 13:04:48 +00:00
sthen
683d4a50ed
update to pugixml-1.12
2022-02-10 09:25:24 +00:00