Port details |
- py-youseedee Interface to the Unicode Character Database
- 0.6.0 textproc =2 0.6.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-12-30 09:11:58
- Last Update: 2024-09-18 06:13:19
- Commit Hash: a6714fb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/simoncozens/youseedee
- Description:
- youseedee provides an interface to the UCD. This module allows you to query the
Unicode Character Database. The main function to be imported is ucd_data.
- ¦ ¦ ¦ ¦
- 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}youseedee>0:textproc/py-youseedee@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-youseedee/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-youseedee
- pkg install py311-youseedee
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-youseedee listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-youseedee
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726487386
SHA256 (youseedee-0.6.0.tar.gz) = f70eb2af6f33ab42e03af329e5f08568718ec0ae306db0e8fe0d631f8524cb41
SIZE (youseedee-0.6.0.tar.gz) = 17389
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:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-setuptools-scm>=8.0.4 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-filelock>=0 : sysutils/py-filelock@py311
- py311-requests>=0 : www/py-requests@py311
- UCD>=0 : textproc/UCD
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- print/py-glyphsets
- x11-fonts/py-shaperglot
Configuration Options:
- No options to configure
- Options name:
- textproc_py-youseedee
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0 18 Sep 2024 06:13:19 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Update to 0.6.0
Changes: https://github.com/simoncozens/youseedee/releases
https://github.com/simoncozens/youseedee/commits/master |
0.5.3_1 13 May 2024 14:11:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.5.3 21 Feb 2024 15:08:05 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Update to 0.5.3
Changes: https://github.com/simoncozens/youseedee/commits/master |
0.5.2 25 Dec 2023 09:01:02 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Update to 0.5.2
Changes: https://github.com/simoncozens/youseedee/commits/master |
0.5.0 14 Dec 2023 20:46:05 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Update to 0.5.0
Changes: https://github.com/simoncozens/youseedee/commits/master |
0.4.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> |
0.4.1 09 Apr 2023 13:36:59 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Update to 0.4.1
Changes: https://github.com/simoncozens/youseedee/commits/master |
0.3.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.3.0 30 Dec 2022 09:04:01 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-youseedee: Add py-youseedee 0.3.0
youseedee provides an interface to the UCD. This module allows you to query the
Unicode Character Database. The main function to be imported is ucd_data. |
Number of commits found: 9
|