Port details |
- py-pytest-translations Test translation files with pytest
- 4.0.1,1 devel =2 4.0.1,1Version of this port present on the latest quarterly branch.
- Maintainer: meka@tilda.center
- Port Added: 2019-12-24 05:24:09
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Thermondo/pytest-translations
- Description:
- A py.test plugin to check gettext po & mo files.
Test check for:
- Spelling (using enchant & aspell)
- Consistency of mo files
- Obsolete translations
- Fuzzy translations
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-translations>0:devel/py-pytest-translations@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-translations/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-translations
- pkg install py39-pytest-translations
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pytest-translations listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytest-translations
- Package flavors (<flavor>: <package>)
- py39: py39-pytest-translations
- distinfo:
- TIMESTAMP = 1650300701
SHA256 (pytest-translations-4.0.1.tar.gz) = 4f2cd5d32f05629f500124297bb1917e1278a2f08f353986421675d08f9f03ee
SIZE (pytest-translations-4.0.1.tar.gz) = 8282
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-pbr>=0 : devel/py-pbr@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-fixtures>=0 : devel/py-fixtures@py39
- py39-mock>=0 : devel/py-mock@py39
- py39-testresources>=0 : devel/py-testresources@py39
- py39-testscenarios>=0 : devel/py-testscenarios@py39
- py39-virtualenv>=0 : devel/py-virtualenv@py39
- py39-wheel>=0 : devel/py-wheel@py39
- de-hunspell>=0 : german/hunspell
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-enchant>=0 : textproc/py-enchant@py39
- py39-polib>=0 : devel/py-polib@py39
- py39-pytest>=0 : devel/py-pytest@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-translations
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.1,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.0.1,1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.1,1 19 Apr 2022 15:17:04 |
Neel Chauhan (nc) Author: Goran Mekić |
devel/py-pytest-translations: Update to 4.0.1
Changes: https://github.com/thermondo/pytest-translations/releases/tag/4.0.1
PR: 263400 |
2.0.0,1 06 Apr 2022 22:38:34 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest-{pep8,translations}: switch to pytest4
These plugins are not compatible with recent pytest.
Consumers (sysutils/iocage and www/py-flask-security) were switched
to pytest4 as well. Note that py-flask-security tests were and still
are broken due to unrelated problem - py-sqlalchemy12 and
py-sqlalchemy14 conflict.
PR: 256624 |
2.0.0,1 25 Jan 2022 19:42:24 |
Tobias C. Berner (tcberner) |
devel/py-pytest: add portepoch
In 46a663d44cb038c4b5fcca21f1c0151db0e8302e multiple reverts of updates
happend:
* devel/py-pytest-flask downgrade from 6.2.4 -> 4.6.11
* devel/py-pytest-translations downgrade from 3.1.0 -> 2.0.0
* devel/py-pytest-xdist downgrade from 2.3.0 -> 2.3.0
* devel/py-pytest-flask downgrade from 1.2.0 -> 0.15.1
Differential Revision: https://reviews.freebsd.org/D34006
Approved by: rene |
2.0.0 27 Jun 2021 05:08:40 |
Kevin Bowling (kbowling) |
devel/py-pytest-flask: revert 6.2.4 update
Revert "devel/py-pytest: Update to 6.2.4"
This reverts commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2.
Revert "devel/py-pytest-translations: Update to 3.1.0"
This reverts commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3.
Revert "devel/py-pytest-xdist: Update to 2.3.0"
This reverts commit d07f92b9bf00821e372f003d698525cd1ae19dc2.
Revert "devel/py-pytest-flask: Update to 1.2.0"
This reverts commit b15351babf6846ec3cdc902203874e55413ee08a.
PR: 256624
Requested by: koobs |
3.1.0 24 Jun 2021 16:43:50 |
Kevin Bowling (kbowling) Author: Goran Meki? |
devel/py-pytest-translations: Update to 3.1.0
PR: 256802
Approved by: maintainer |
2.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 24 Dec 2019 05:24:04 |
woodsb02 |
Add new port devel/py-pytest-translations
A py.test plugin to check gettext po & mo files.
WWW: https://github.com/Thermondo/pytest-translations
PR: 242755
Submitted by: Goran Mekic <meka@tilda.center> |