Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!36
Various python package updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Various python package updates
sroracle/packages:python-updates
into
master
Overview
0
Commits
8
Pipelines
0
Changes
Merged
Max Rees
requested to merge
sroracle/packages:python-updates
into
master
6 years ago
Overview
0
Commits
8
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f7e0c638
8 commits,
6 years ago
+
42
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
user/py3-olefile/APKBUILD
+
7
−
9
Options
@@ -2,20 +2,17 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=py3-olefile
_pkgname=olefile
pkgver=0.4
4
pkgver=0.4
5.1
pkgrel=0
pkgdesc="A Python module to read/write MS OLE2 files"
url="https://pypi.python.org/p
ypi
/olefile"
url="https://pypi.python.org/p
roject
/olefile"
arch="noarch"
license="Custom"
license="
BSD-2-Clause
Custom"
depends="python3"
makedepends="py3-setuptools python3-dev"
makedepends="py3-setuptools python3-dev
unzip
"
install=""
giturl="https://github.com/decalage2/olefile"
verbase="$pkgver"
reporev="v$pkgver"
# The downloads from GitHub are missing the test files
source="https://dev.sick.bike/$pkgname-$pkgver.tar.gz"
source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/source/o/$_pkgname/$_pkgname-$pkgver.zip"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -31,6 +28,7 @@ check() {
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}
sha512sums="
bece8b040cb3572c1fa2536a21c1de4c05e560b641e1c6e4bf66772135c43d29e0
6c
7
fc
47d6c07d3c351b1f741f49c63201657634c33e9124de892e9a0cc053f
py3-olefile-0.4
4.tar.gz
"
sha512sums="
31f7584553304b186aad88f1988dfa12ceb34a50d546a38181280a81
6cfc
da8dc54ff502afb31a928d647e6106c9e4878bfac8cec31d24018fdbab65c7007e49
py3-olefile-0.4
5.1.zip
"
Loading