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
Commits
d8d9239c
Unverified
Commit
d8d9239c
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-zope-proxy: new package
parent
1df46c01
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!133
Fix py3-zope-component dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-zope-proxy/APKBUILD
+28
-0
28 additions, 0 deletions
user/py3-zope-proxy/APKBUILD
with
28 additions
and
0 deletions
user/py3-zope-proxy/APKBUILD
0 → 100644
+
28
−
0
View file @
d8d9239c
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
py3-zope-proxy
_pkgname
=
zope.proxy
pkgver
=
4.3.1
pkgrel
=
0
pkgdesc
=
"Zope module for class and function proxies"
url
=
"https://github.com/zopefoundation/zope.proxy"
arch
=
"all"
options
=
"!check"
# needs zope.testrunner, zope.security
license
=
"ZPL-2.1"
depends
=
"python3 py3-zope-interface"
makedepends
=
"python3-dev"
subpackages
=
""
source
=
"
$_pkgname
-
$pkgver
.tar.gz::https://github.com/zopefoundation/
$_pkgname
/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"1072258c35bf23162c4f347060ea79979cbfc551c308e809b7e63f1d9434f566b665954edf3d2ab0b72161fb74b0e707c5904775876188306411ed0401424612 zope.proxy-4.3.1.tar.gz"
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