Skip to content
Snippets Groups Projects
Verified Commit e18d862b authored by sunpoet's avatar sunpoet
Browse files

textproc/py-markdown: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
parent c9060cf9
No related branches found
No related tags found
No related merge requests found
PORTNAME= markdown
PORTVERSION= 3.3.7
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -12,11 +13,13 @@ WWW= https://github.com/Python-Markdown/markdown
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=36.6:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
......
--- setup.py.orig 2022-05-05 19:08:30 UTC
+++ setup.py
@@ -56,7 +56,7 @@ with open('README.md') as f:
long_description = f.read()
setup(
- name='Markdown',
+ name='markdown',
version=__version__,
url='https://Python-Markdown.github.io/',
project_urls={
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment