[arch-commits] Commit in python-rpy2/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 22:26:02 UTC 2021
Date: Thursday, December 2, 2021 @ 22:26:02
Author: felixonmars
Revision: 1062821
archrelease: copy trunk to community-staging-x86_64
Added:
python-rpy2/repos/community-staging-x86_64/PKGBUILD
(from rev 1062819, python-rpy2/trunk/PKGBUILD)
Deleted:
python-rpy2/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:25:59 UTC (rev 1062820)
+++ PKGBUILD 2021-12-02 22:26:02 UTC (rev 1062821)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: David Scholl <djscholl at gmail.com>
-# Contributor: David Pretty <david.pretty at gmail.com>
-
-pkgname=python-rpy2
-pkgver=3.4.5
-pkgrel=2
-pkgdesc='A very simple, yet robust, Python interface to the R Programming Language'
-arch=(x86_64)
-url='https://rpy2.github.io/'
-license=(MPL GPL LGPL)
-depends=(python-cffi python-numpy python-tzlocal r)
-makedepends=(python-setuptools)
-optdepends=('python-pandas: conversion between rpy and pandas')
-source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
-sha256sums=('5d31a5ea43f5a59f6dec30faca87edb01fc9b8affa0beae96a99be923bd7dab3')
-
-package() {
- cd rpy2-$pkgver
-
- python setup.py install --prefix=/usr --install-data=/usr/share --root="$pkgdir" --optimize=1
-}
Copied: python-rpy2/repos/community-staging-x86_64/PKGBUILD (from rev 1062819, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 22:26:02 UTC (rev 1062821)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <djscholl at gmail.com>
+# Contributor: David Pretty <david.pretty at gmail.com>
+
+pkgname=python-rpy2
+pkgver=3.4.5
+pkgrel=3
+pkgdesc='A very simple, yet robust, Python interface to the R Programming Language'
+arch=(x86_64)
+url='https://rpy2.github.io/'
+license=(MPL GPL LGPL)
+depends=(python-cffi python-numpy python-tzlocal r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas')
+source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
+sha256sums=('5d31a5ea43f5a59f6dec30faca87edb01fc9b8affa0beae96a99be923bd7dab3')
+
+package() {
+ cd rpy2-$pkgver
+
+ python setup.py install --prefix=/usr --install-data=/usr/share --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list