Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
58c54310
Commit
58c54310
authored
1 year ago
by
Kaarle Ritvanen
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-django-oscar-promotions: Django 4
parent
b76e7325
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-django-oscar-promotions/APKBUILD
+6
-2
6 additions, 2 deletions
community/py3-django-oscar-promotions/APKBUILD
community/py3-django-oscar-promotions/django-4.patch
+16
-0
16 additions, 0 deletions
community/py3-django-oscar-promotions/django-4.patch
with
22 additions
and
2 deletions
community/py3-django-oscar-promotions/APKBUILD
+
6
−
2
View file @
58c54310
...
...
@@ -2,7 +2,7 @@
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
pkgname
=
py3-django-oscar-promotions
pkgver
=
1.0.0b1
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Promotions for Django Oscar"
url
=
"http://oscarcommerce.com/"
arch
=
"noarch"
...
...
@@ -11,6 +11,7 @@ depends="py3-django-oscar"
makedepends
=
"py3-setuptools"
subpackages
=
"
$pkgname
-pyc"
source
=
"https://files.pythonhosted.org/packages/source/d/django-oscar-promotions/django-oscar-promotions-
$pkgver
.tar.gz
django-4.patch
"
builddir
=
"
$srcdir
/django-oscar-promotions-
$pkgver
"
...
...
@@ -22,4 +23,7 @@ package() {
python3 setup.py
install
--root
"
$pkgdir
"
}
sha512sums
=
"dd62cc31aa45d0c71d9f0dfda897bee30144b4ef37a0cfd1d8c47bf996f9d0c2af9a224816649bdaccb1d2307b83afb758630cf428dce134feab9bbef4efcaf1 django-oscar-promotions-1.0.0b1.tar.gz"
sha512sums
=
"
dd62cc31aa45d0c71d9f0dfda897bee30144b4ef37a0cfd1d8c47bf996f9d0c2af9a224816649bdaccb1d2307b83afb758630cf428dce134feab9bbef4efcaf1 django-oscar-promotions-1.0.0b1.tar.gz
a508b17ad65d6eaaba265faed58968c4feb9e93b47f75c4cee64568ee61bb4d22c21c6935076216081801da3aa1c61bde30800959c2ecb0c4533a7b7ab22a444 django-4.patch
"
This diff is collapsed.
Click to expand it.
community/py3-django-oscar-promotions/django-4.patch
0 → 100644
+
16
−
0
View file @
58c54310
--- django-oscar-promotions-1.0.0b1/oscar_promotions/apps.py
+++ django-oscar-promotions-1.0.0b1.dj4/oscar_promotions/apps.py
@@ -1,4 +1,4 @@
-from django.conf.urls import url
+from django.urls import re_path as url
from django.utils.translation import gettext_lazy as _
from oscar.core.application import OscarConfig
from oscar.core.loading import get_class, get_model
--- django-oscar-promotions-1.0.0b1/oscar_promotions/dashboard/apps.py
+++ django-oscar-promotions-1.0.0b1.dj4/oscar_promotions/dashboard/apps.py
@@ -1,4 +1,4 @@
-from django.conf.urls import url
+from django.urls import re_path as url
from django.utils.translation import gettext_lazy as _
from oscar.core.application import OscarDashboardConfig
from oscar.core.loading import get_class
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