File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed
Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ --- a/scripts/sync-palm-jppy.py
2+ +++ b/scripts/sync-palm-jppy.py
3+ @@ -1,4 +1,4 @@
4+ - #!/usr/bin/python
5+ + #!/usr/bin/python3
6+ # Script for syncing Palm addressbook data with iPod via Jppy
7+ # (c) 2005 Nick Piper <nick at nickpiper dot co dot uk>
8+ #
9+ @@ -52,7 +52,7 @@
10+ (options, args) = parser.parse_args()
11+
12+ if options.verbose:
13+ - print "Trying to export from Jppy:"
14+ + print("Trying to export from Jppy:")
15+
16+ dir = os.path.join(options.mountpoint,"Contacts")
17+ if not os.path.exists(dir):
18+ @@ -74,4 +74,4 @@
19+ os.unlink(fn)
20+
21+ if options.verbose:
22+ - print "Saved %d records, removed %d records." % (n,r)
23+ + print("Saved %d records, removed %d records." % (n,r))
Original file line number Diff line number Diff line change 11# Template file for 'gtkpod'
22pkgname=gtkpod
33version=2.1.5
4- revision=4
4+ revision=5
55build_style=gnu-configure
66configure_args="--disable-static"
77hostmakedepends="flex intltool pkg-config glib"
@@ -14,8 +14,7 @@ license="GPL-2.0-or-later"
1414homepage="http://www.gtkpod.org/libgpod"
1515distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
1616checksum=a57dc8ae9138e0cb4cee98691e7a95001130c9ea7823e6a75cc72503facd3a76
17- # Line 55: print in python 2 style
18- python_version=2
17+ python_version=3
1918
2019CFLAGS="-fcommon"
2120
You can’t perform that action at this time.
0 commit comments