diff options
author | Chih-Hsuan Yen | 2018-11-27 23:21:50 +0800 |
---|---|---|
committer | Chih-Hsuan Yen | 2018-11-27 23:21:50 +0800 |
commit | e9cc970c7db2a9cfc6ea4c9d307c08240250a709 (patch) | |
tree | 7ead787ce73c463da6e40265706324e845206a5e | |
parent | 4ae97fda3f016d4fc5c0489ba88ff12993474152 (diff) | |
download | aur-e9cc970c7db2a9cfc6ea4c9d307c08240250a709.tar.gz |
Update .SRCINFO and remove lilac-specific files
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | lilac.py | 10 | ||||
-rw-r--r-- | lilac.yaml | 7 |
3 files changed, 10 insertions, 23 deletions
@@ -1,17 +1,21 @@ -# Generated by mksrcinfo v8 -# Mon Jun 25 20:41:03 UTC 2018 pkgbase = python-torchvision pkgdesc = Datasets, transforms, and models specific to computer vision pkgver = 0.2.1 - pkgrel = 1 + pkgrel = 2 url = https://pytorch.org arch = any license = BSD + checkdepends = python-pytest + checkdepends = python-scipy makedepends = python-setuptools - depends = python + depends = python-numpy + depends = python-pillow depends = python-pytorch - source = https://github.com/pytorch/vision/archive/v0.2.1.zip - sha512sums = 41fe2ea704cd4d7b43f1043a8666f2d7abd9480519c012321e2f0e3497f2815dc86118c2c57d0cd80f71b6a465521787f4e3c5a423268776009f4069582ab7b4 + depends = python-six + source = torchvision-0.2.1.tar.gz::https://github.com/pytorch/vision/archive/v0.2.1.tar.gz + source = fix-tests.patch::https://github.com/pytorch/vision/commit/4db0398a2b02aae790013efbc868f2d795eb2ef7.patch + sha512sums = 224a07c24b2d990a2b396a7d499975347e45eccf501fd75bf528e4d5d92bd4c8f06382b8f3012263378a5e72271d3f9df4bc40248ec7fa218d2913355ed96740 + sha512sums = 624bbb9e96ccab3e7884a362015ee7ce159cb24e3fbb1d62575097658f494a7f7c21c511dc4946f808ba42143e9ba7cef9640e6aec234d36a3b48217a69d873c pkgname = python-torchvision diff --git a/lilac.py b/lilac.py deleted file mode 100644 index e23c10ef276..00000000000 --- a/lilac.py +++ /dev/null @@ -1,10 +0,0 @@ -from lilaclib import * - - -def pre_build(): - update_pkgver_and_pkgrel(_G.newver) - - -def post_build(): - git_pkgbuild_commit() - update_aur_repo() diff --git a/lilac.yaml b/lilac.yaml deleted file mode 100644 index 58df055893d..00000000000 --- a/lilac.yaml +++ /dev/null @@ -1,7 +0,0 @@ -maintainers: - - github: yan12125 - -build_prefix: extra-x86_64 - -update_on: - - pypi: torchvision |