Skip to content

Commit 0a1e7da

Browse files
capitalaslashtensor5
authored andcommitted
update dependency to python3
1 parent 0c71929 commit 0a1e7da

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*/*.pkg.tar.*
22
*/pkg/
33
*/src/
4+
*/git-utils/
45
*/*.tar.gz
56
*/*.tar.gz.part
67
*/*.log

apm/PKGBUILD

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
pkgname=apm
44
pkgver=2.4.3
5-
pkgrel=1
5+
pkgrel=2
66
pkgdesc='Atom package manager'
77
arch=('x86_64')
88
url='https://github.com/atom/apm'
99
license=('MIT')
10-
depends=('libsecret' 'nodejs>=10' 'npm' 'python2')
10+
depends=('libsecret' 'nodejs>=10' 'npm' 'python')
1111
makedepends=('git')
1212
provides=('nodejs-atom-package-manager')
1313
conflicts=('nodejs-atom-package-manager')
@@ -18,15 +18,13 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkg
1818
"git+https://github.com/atom/git-utils#tag=v${_gitutils_tag}"
1919
'apm.js'
2020
'no-scripts.patch'
21-
'python2.patch'
2221
'use-system-npm.patch'
2322
'0001-git-utils-nodejs-12-update.patch'
2423
'apm-nodejs-12-update.patch')
2524
sha256sums=('cb57299f534b6b3422e17346be61b14577f062478d729fdb666af7660dcd2c40'
2625
'SKIP'
2726
'acbe133eb67d603e815605b1f3d9056a03bfc4a22a7e9db081126b289b385f77'
2827
'897a82cd23ed5a4f226635dabe56ad28e533cb0949593e2b771ad7928c058bcb'
29-
'621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'
3028
'cf17bd31f70079fe2a17958712c1a515ce83623dd3f97557a3f01d346da09f19'
3129
'06d3404160990aaaa7b1b18f50d566f4c98a0456ffeee57d583c5bc36f26755d'
3230
'53c59f698809598b1afcf0c0a77bfeaa3dc113a73852af0def95b284162ee2fc')
@@ -56,9 +54,6 @@ prepare() {
5654
patch -Np1 -i "${srcdir}"/no-scripts.patch
5755
rm BUNDLED_NODE_VERSION script/*
5856

59-
# GYP needs Python2
60-
patch -Np1 -i "${srcdir}"/python2.patch
61-
6257
# patch apm to support nodejs 12
6358
patch -Np1 -i "${srcdir}"/apm-nodejs-12-update.patch
6459
}

apm/python2.patch

-14
This file was deleted.

0 commit comments

Comments
 (0)