Port details |
- py-anymarkup-core Core library for anymarkup
- 0.8.1 textproc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: einar@isnic.is
 - Port Added: 2025-06-07 03:12:08
- Last Update: 2025-06-07 03:08:42
- Commit Hash: 2b5f0a3
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/bkabrda/anymarkup-core
- Description:
- This is the core library that implements functionality of
https://github.com/bkabrda/anymarkup. You can install this if you only want to
use a subset of anymarkup parsers. For example, you can do this:
$ pip install anymarkup-core PyYAML $ python -c "import anymarkup_core;
print(anymarkup_core.parse('foo: bar'))"
... and you don't need xmltodict installed, for example. You can use anymarkup-
core in the same way you use anymarkup, except you have to import from
anymarkup_core, obviously.
¦ ¦ ¦ ¦ 
- 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}anymarkup-core>0:textproc/py-anymarkup-core@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-anymarkup-core/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-anymarkup-core
- pkg install py311-anymarkup-core
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 py311-anymarkup-core listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-anymarkup-core
- Package flavors (<flavor>: <package>)
- py311: py311-anymarkup-core
- distinfo:
- TIMESTAMP = 1725312326
SHA256 (anymarkup-core-0.8.1.tar.gz) = 603351ba6b38270f518389dc9c3f3bf0738f186ad6ec51aeb6f403bc497fb308
SIZE (anymarkup-core-0.8.1.tar.gz) = 11571
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-six>0 : devel/py-six@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- textproc/py-anymarkup
Configuration Options:
- No options to configure
- Options name:
- textproc_py-anymarkup-core
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.1 07 Jun 2025 03:08:42
    |
Hiroki Tagato (tagattie)  Author: Einar Bjarni Halldórsson |
textproc/py-anymarkup-core: add port: Core library for anymarkup
This is the core library that implements functionality of
https://github.com/bkabrda/anymarkup. You can install this if you only want to
use a subset of anymarkup parsers. For example, you can do this:
$ pip install anymarkup-core PyYAML $ python -c "import anymarkup_core;
print(anymarkup_core.parse('foo: bar'))"
... and you don't need xmltodict installed, for example. You can use anymarkup-
core in the same way you use anymarkup, except you have to import from
anymarkup_core, obviously.
WWW: https://github.com/bkabrda/anymarkup-core
PR: 281219
Reported by: Einar Bjarni Halldórsson <einar@isnic.is> (new maintainer) |
Number of commits found: 1
|