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
cd48e73e
Commit
cd48e73e
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-tempora: new aport
parent
2a04f560
Loading
Loading
1 merge request
!20454
community/py3-twine: re-enable tests and add missing importlib-metadata dep
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-tempora/APKBUILD
+37
-0
37 additions, 0 deletions
community/py3-tempora/APKBUILD
with
37 additions
and
0 deletions
community/py3-tempora/APKBUILD
0 → 100644
+
37
−
0
View file @
cd48e73e
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-tempora
pkgver
=
4.0.2
pkgrel
=
0
pkgdesc
=
"Objects and routines pertaining to date and time (tempora)"
url
=
"https://github.com/jaraco/tempora"
arch
=
"noarch"
license
=
"MIT"
depends
=
"
py3-jaraco-functools
py3-tz
python3
"
makedepends
=
"
py3-freezegun
py3-setuptools
py3-setuptools_scm
py3-toml
"
checkdepends
=
"py3-pytest"
source
=
"https://pypi.python.org/packages/source/t/tempora/tempora-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/tempora-
$pkgver
"
build
()
{
python3 setup.py build
}
check
()
{
pytest
-k
"not get_nearest_year_for_day"
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"6b4b4f78d1bd05518a1ac89900f927bff9164b57f9cf295045babb0a2b23216012226035d9a2e092e987ab9dc55e583975f9d2f8e62e526cd1a88e13858f9588 tempora-4.0.2.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