textproc/py-mdurl: Add py-mdurl 0.1.0
URL utilities for markdown-it parser. WWW: https://github.com/executablebooks/mdurl
This commit is contained in:
parent
38438992ea
commit
d0c73b431e
@ -1355,6 +1355,7 @@
|
||||
SUBDIR += py-markupsafe
|
||||
SUBDIR += py-mathics-pygments
|
||||
SUBDIR += py-mdit-py-plugins
|
||||
SUBDIR += py-mdurl
|
||||
SUBDIR += py-misaka
|
||||
SUBDIR += py-mistune
|
||||
SUBDIR += py-mkdocs
|
||||
|
23
textproc/py-mdurl/Makefile
Normal file
23
textproc/py-mdurl/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= mdurl
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Markdown URL utilities
|
||||
|
||||
LICENSE= MIT
|
||||
#LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-mdurl/distinfo
Normal file
3
textproc/py-mdurl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1638556438
|
||||
SHA256 (mdurl-0.1.0.tar.gz) = 94873a969008ee48880fb21bad7de0349fef529f3be178969af5817239e9b990
|
||||
SIZE (mdurl-0.1.0.tar.gz) = 10691
|
25
textproc/py-mdurl/files/setup.py
Normal file
25
textproc/py-mdurl/files/setup.py
Normal file
@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env python
|
||||
# setup.py generated by flit for tools that don't yet use PEP 517
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
packages = \
|
||||
['mdurl']
|
||||
|
||||
package_data = \
|
||||
{'': ['*']}
|
||||
|
||||
package_dir = \
|
||||
{'': 'src'}
|
||||
|
||||
setup(name='mdurl',
|
||||
version='%%PORTVERSION%%',
|
||||
description='Markdown URL utilities',
|
||||
author=None,
|
||||
author_email='Taneli Hukkinen <hukkin@users.noreply.github.com>',
|
||||
url=None,
|
||||
packages=packages,
|
||||
package_data=package_data,
|
||||
package_dir=package_dir,
|
||||
python_requires='>=3.6',
|
||||
)
|
3
textproc/py-mdurl/pkg-descr
Normal file
3
textproc/py-mdurl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
URL utilities for markdown-it parser.
|
||||
|
||||
WWW: https://github.com/executablebooks/mdurl
|
Loading…
Reference in New Issue
Block a user