Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
e18d862b
Verified
Commit
e18d862b
authored
1 year ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
textproc/py-markdown: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
parent
c9060cf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
textproc/py-markdown/Makefile
+4
-1
4 additions, 1 deletion
textproc/py-markdown/Makefile
textproc/py-markdown/files/patch-setup.py
+11
-0
11 additions, 0 deletions
textproc/py-markdown/files/patch-setup.py
with
15 additions
and
1 deletion
textproc/py-markdown/Makefile
+
4
−
1
View file @
e18d862b
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
...
...
This diff is collapsed.
Click to expand it.
textproc/py-markdown/files/patch-setup.py
0 → 100644
+
11
−
0
View file @
e18d862b
---
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
=
{
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment