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
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
3e09d339
Verified
Commit
3e09d339
authored
11 months ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
www/py-django42: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
parent
4218c128
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
www/py-django42/Makefile
+4
-1
4 additions, 1 deletion
www/py-django42/Makefile
www/py-django42/files/patch-setup.cfg
+9
-0
9 additions, 0 deletions
www/py-django42/files/patch-setup.cfg
with
13 additions
and
1 deletion
www/py-django42/Makefile
+
4
−
1
View file @
3e09d339
PORTNAME
=
django
PORTVERSION
=
4.2.11
PORTREVISION
=
1
CATEGORIES
=
www python
MASTER_SITES
=
PYPI
\
https://media.djangoproject.com/releases/
${
PORTVERSION:R
}
/
...
...
@@ -15,12 +16,14 @@ WWW= https://www.djangoproject.com/
LICENSE
=
BSD3CLAUSE
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE
BUILD_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
setuptools>
=
40.8.0:devel/py-setuptools@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
wheel>
=
0:devel/py-wheel@
${
PY_FLAVOR
}
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
asgiref>
=
3.6.0:www/py-asgiref@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
sqlparse>
=
0.3.1:databases/py-sqlparse@
${
PY_FLAVOR
}
TEST_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
tblib>0:devel/py-tblib@
${
PY_FLAVOR
}
USES
=
cpe python shebangfix
USE_PYTHON
=
autoplist
distutils
USE_PYTHON
=
autoplist
pep517
NO_ARCH
=
yes
...
...
This diff is collapsed.
Click to expand it.
www/py-django42/files/patch-setup.cfg
0 → 100644
+
9
−
0
View file @
3e09d339
---
setup.cfg.orig
2024-03-04
07:44:07
UTC
+++
setup.cfg
@@
-1,5
+1,5
@@
[metadata]
-name
=
Django
+
name
=
django
version
=
attr: django.__version__
url
=
https://www.djangoproject.com/
author
=
Django Software Foundation
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