* author'larini bildigim seyleri yaz
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# PISI source/package index
|
||||
# Author: Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
from package import Package
|
||||
from xmlfile import XmlFile
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Package install operation
|
||||
# Author: Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
#import package
|
||||
from specfile import *
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# installation database
|
||||
# maintainer: eray and caglar
|
||||
# Author: Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
|
||||
import os
|
||||
import bsddb.dbshelve as shelve
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# generated during the build process of a package and used in the
|
||||
# installation. Package repository also uses metadata.xml for building
|
||||
# a package index.
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr
|
||||
|
||||
from ui import ui
|
||||
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# package database
|
||||
# interface for update/query to local package repository
|
||||
# maintainer: eray and caglar
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr
|
||||
|
||||
# we basically store everything in PackageInfo class
|
||||
# yes, we are cheap
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# python standard library
|
||||
# Authors: Baris Metin <baris@uludag.org.tr
|
||||
# Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# package source database
|
||||
# interface for update/query to local package repository
|
||||
# maintainer: eray and caglar
|
||||
# Author: Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
# we basically store everything in sourceinfo class
|
||||
# yes, we are cheap
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
# files are specification files for PISI source packages. This module
|
||||
# provides read and write access to PSPEC files.
|
||||
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr
|
||||
|
||||
# standard python modules
|
||||
import xml.dom.minidom
|
||||
from os.path import basename
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# generic user interface
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Murat Eren <meren@uludag.org.tr>
|
||||
|
||||
import sys
|
||||
from colors import colorize
|
||||
|
||||
+5
-1
@@ -1,6 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# misc. utility functions, including process and file utils
|
||||
# maintainer: eray and caglar and baris and meren!
|
||||
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr>
|
||||
# S. Caglar Onur <caglar@uludag.org.tr>
|
||||
# A. Murat Eren <meren@uludag.org.tr>
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# version structure
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
|
||||
import util
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# some helper functions for using minidom
|
||||
# works well enough for now... :/
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr
|
||||
|
||||
import xml.dom.minidom as mdom
|
||||
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
# high-level dom functions provided in xml module (and sorely lacking
|
||||
# in xml.dom :( )
|
||||
|
||||
# Authors: Eray Ozkural <eray@uludag.org.tr>
|
||||
# Baris Metin <baris@uludag.org.tr
|
||||
|
||||
import xml.dom.minidom as mdom
|
||||
|
||||
from xmlext import *
|
||||
|
||||
Reference in New Issue
Block a user