forked from xdave/xbps-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e20fc08
commit f34400a
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Template file for 'python-tempora' | ||
pkgname=python-tempora | ||
version=1.7 | ||
revision=1 | ||
build_style=python-module | ||
wrksrc=${pkgname/python-//}-${version} | ||
hostmakedepends="python python-setuptools python3 python3-setuptools" | ||
depends="python-pytz python-six" | ||
short_desc="Objects and routines pertaining to date and time" | ||
maintainer="Michael Aldridge <[email protected]>" | ||
license="MIT" | ||
homepage="https://github.com/jaraco/tempora" | ||
distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz" | ||
checksum=a264672b7f39198eb90b531490ade4e873f6e13839253636c3bd6a5549be1984 | ||
|
||
python3-tempora_package() { | ||
noarch=yes | ||
short_desc="${short_desc/Python2/Python3}" | ||
pkg_install() { | ||
vmove usr/lib/python3* | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python-tempora |