Path to this page:
./
devel/py-slugify,
Slugify (non-ASCII to ASCII) application that handles Unicode
Branch: CURRENT,
Version: 8.0.4nb1,
Package name: py312-slugify-8.0.4nb1,
Maintainer: pkgsrc-usersA Python slugify (replace non-ASCII characters with ASCII characters)
application that handles unicode.
Required to run:[
devel/py-setuptools] [
textproc/py-text-unidecode] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 10.665 KB
Version history: (Expand)
- (2025-04-12) Updated to version: py312-slugify-8.0.4nb1
- (2024-11-11) Updated to version: py312-slugify-8.0.4
- (2024-02-09) Updated to version: py311-slugify-8.0.4
- (2024-02-03) Updated to version: py311-slugify-8.0.3
- (2024-01-27) Updated to version: py311-slugify-8.0.2
- (2023-07-25) Updated to version: py310-slugify-8.0.1
CVS history: (Expand)
2025-04-12 22:54:48 by Adam Ciarcinski | Files touched by this commit (14) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-02-09 07:32:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-slugify: updated to 8.0.4
8.0.4
- Properly handle uppercase special characters
|
2024-02-03 09:10:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-slugify: updated to 8.0.3
8.0.3
- Drop compatibility for unsupported Python Version
- Fix pattern types.
|
2024-01-27 19:53:18 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-slugify: updated to 8.0.2
8.0.2
- Normalize text before converting to unicode.
|
2023-07-25 15:20:33 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-slugify: updated to 8.0.1
8.0.1
- Added license notice to readme
8.0.0
- By default, prefer unidecode if installed
7.0.0
- Drop python 3.6, add python 3.11
6.1.2
- Reintroduce the cli options
6.1.1
- Remove type hinting (temporarily)
6.1.0
- Add `allow_unicode` flag to allow unicode characters in the slug
6.0.1
- Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)
6.0.0
- Enable github action
- Remove tox, as we run the test on github action, the end users can refer to \
those test
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|