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
21b08a1e
Commit
21b08a1e
authored
4 years ago
by
Kaarle Ritvanen
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-django-haystack: upgrade to 3.0b2
parent
ed7a60b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11958
community/rclone: upgrade to 1.52.3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-django-haystack/APKBUILD
+5
-4
5 additions, 4 deletions
community/py3-django-haystack/APKBUILD
community/py3-django-oscar/APKBUILD
+4
-0
4 additions, 0 deletions
community/py3-django-oscar/APKBUILD
with
9 additions
and
4 deletions
community/py3-django-haystack/APKBUILD
+
5
−
4
View file @
21b08a1e
# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname
=
py3-django-haystack
pkgver
=
2.8.1
pkgrel
=
1
pkgver
=
3.0b2
pkgrel
=
0
pkgdesc
=
"Modular search for Django"
options
=
"!check"
# requires unpackaged pysolr and whoosh
url
=
"https://github.com/django-haystack/django-haystack"
arch
=
"noarch"
license
=
"BSD-3-Clause"
depends
=
"py3-django py3-setuptools"
depends
=
"py3-django"
makedepends
=
"py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/d/django-haystack/django-haystack-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/django-haystack-
$pkgver
"
...
...
@@ -26,4 +27,4 @@ package() {
python3 setup.py
install
--root
"
$pkgdir
"
}
sha512sums
=
"
019defd304334657f5a4ef849fedcf2915800c816f4ff7a53d68a61f5506fc4b94dc43fffda2
a4
d
4c
e105a55ac37076e73edcc1ae4acd1c85240320e0af2f06
9 django-haystack-
2.8.1
.tar.gz"
sha512sums
=
"
18da1e18aa8fd460cc6b05c9b79d4df0cd0b28d9bd7bb8f7af86570cca00e65dc58e1cb50ff2c60efca
a44c
52c8322c96ccff03c11d5db5128c8be0a232e6d5
9 django-haystack-
3.0b2
.tar.gz"
This diff is collapsed.
Click to expand it.
community/py3-django-oscar/APKBUILD
+
4
−
0
View file @
21b08a1e
...
...
@@ -23,6 +23,10 @@ build() {
python3 setup.py build
}
check
()
{
python3 setup.py check
}
package
()
{
python3 setup.py
install
--root
"
$pkgdir
"
}
...
...
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