www/py-pytest-flask: new port (version 1.3.0)
An extension of pytest test runner which provides a set of useful tools
to simplify testing and development of the Flask extensions and
applications.
OK: kn@, sthen@
devel/py-pytest-factoryboy: new port (version 2.8.1)
pytest-factoryboy makes it easy to combine factory approach to the test
setup with the dependency injection, heart of the pytest fixtures.
OK: kn@, sthen@
devel/py-faker: new port (version 40.38.0)
Faker is a Python package that generates fake data for you. Whether you
need to bootstrap your database, create good-looking XML documents,
fill-in your persistence to stress test it, or anonymize data taken from
a production service, Faker is for you.
Faker is heavily inspired by PHP Faker, Perl Faker, and by Ruby Faker.
OK: kn@, sthen@
textproc/py-titlecase: new port (version 2.4.1)
Python library to capitalize strings as specified by the New York Times
Manual of Style.
This filter changes a given text to Title Caps, and attempts to be
clever about SMALL words like a/an/the in the input. The list of "SMALL
words" which are not capped comes from the New York Times Manual of
Style, plus some others like 'vs' and 'v'.
The filter employs some heuristics to guess abbreviations that don't
need conversion.
OK: kn@, sthen@
Check alignment of certificate CRLDPs with the CRLDP of the referring Manifest
RFC 6480, section 4.2, figure 2 illustrates how all valid products in
the same CA repository (i.e., from the same issuer, listed on the same
manifest) will point to the same CRL. For CRLDPs in manifest EE certs
alignment was already checked against the CRL location derived from
the fileList in a given manifest's eContent. Add a check to explicitly
confirm internally consistent CRLDPs in certificates as well.
OK tb@